SobekEngineClient_ItemEndpoints.Get_Item_Brief Method
Gets the brief digital resource 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 BriefItemInfo Get_Item_Brief(
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:
BriefItemInfo Fully built brief digital item object
See Also