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.BuilderAssembly: 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_ItemCompletely built bibliographic package, or NULL
See Also