SobekEngineClient_ItemEndpoints.Get_Item_MARC_Record Method
Gets the digital resource, mapped to a MARC record object, by BibID_VID
Namespace: SobekCM.Core.ClientAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public MARC_Transfer_Record Get_Item_MARC_Record(
string BibID,
string VID,
bool UseCache,
Custom_Tracer Tracer
) |
Parameters
- BibID
- Type: System..::..String
Bibliographic identifier (BibID) for the digital resource to retrieve
- VID
- Type: System..::..String
Volume identifier (VID) for the digital resource to retrieve
- UseCache
- Type: System..::..Boolean
Flag indicates if the cache should be used to check for a built copy or store the final product
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
MARC_Transfer_Record Fully built MARC record, or NULL
See Also