CachedDataManager_ItemServices.Store_EAD_Info Method
Store the EAD information related to a digital resource on the cache
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Store_EAD_Info(
string BibID,
string VID,
EAD_Transfer_Object StoreObject,
Custom_Tracer Tracer
) |
Parameters
- BibID
- Type: System..::..String
Bibliographic Identifier for the digital resource to store
- VID
- Type: System..::..String
Volume Identifier for the digital resource to store
- StoreObject
- Type: SobekCM.Core.EAD..::..EAD_Transfer_Object
EAD information for a digital Resource object to store for later retrieval
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also