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

Bib_Package_Builder.Get_Bibliographic_Data Method



Builds a bib package using the database of choice for any additionally needed information


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

Syntax

C#
public static SobekCM_Item Get_Bibliographic_Data(
	string BIBID,
	string Volumeid,
	string DestinationDirectory,
	string METSDirectory,
	string MARCDirectory,
	string ProjectDirectory,
	string XMLDirectory,
	string AppName,
	string UserName,
	Bib_Package_Builder..::..Load_From_Database_Delegate DatabaseLoadMethod
)

Parameters

BIBID
Type: System..::..String
Bib ID
Volumeid
Type: System..::..String
VID
DestinationDirectory
Type: System..::..String
Directory in which to save the METS file and look for data
METSDirectory
Type: System..::..String
Directory where pre-assembled METS files are stored
MARCDirectory
Type: System..::..String
Directory where MARC XML files are stored
ProjectDirectory
Type: System..::..String
Directory where PROJECT-LEVEL METS files are stored
XMLDirectory
Type: System..::..String
Directory where necessary XML helper files are stored
AppName
Type: System..::..String
Name of this application
UserName
Type: System..::..String
Name of this user
DatabaseLoadMethod
Type: SobekCM.Resource_Object.Builder..::..Bib_Package_Builder..::..Load_From_Database_Delegate
Method to call to enrich this package from the database

Return Value

Type: SobekCM_Item
Completely built bibliographic package, or NULL

See Also



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