mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Thesis_Dissertation_Info.Save_Additional_Info_To_Database Method



Chance for this metadata module to perform any additional database work such as saving digital resource data into custom tables


Namespace: SobekCM.Resource_Object.Metadata_Modules
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public bool Save_Additional_Info_To_Database(
	int ItemID,
	string DB_ConnectionString,
	SobekCM_Item BibObject,
	out string Error_Message
)

Parameters

ItemID
Type: System..::..Int32
Primary key for this item within the SobekCM database
DB_ConnectionString
Type: System..::..String
Connection string for the current database
BibObject
Type: SobekCM.Resource_Object..::..SobekCM_Item
Entire resource, in case there are dependencies between this module and somethingt in the full resource
Error_Message
Type: System..::..String%
In the case of an error, this contains text of the error

Return Value

Type: Boolean
TRUE if no error occurred, otherwise FALSE

Implements

iMetadata_Module..::..Save_Additional_Info_To_Database(Int32, String, SobekCM_Item, String%)

Remarks

This module currently does no additional processing in this method

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )