SobekCM_Item_Factory.Get_Item Method (String, String, String, Dictionary(String, Wordmark_Icon), List(String), Custom_Tracer)
Builds a digital resource object for the given BibID and VID
Namespace: SobekCM.Engine_Library.ItemsAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static SobekCM_Item Get_Item(
string METS_Location,
string BibID,
string VID,
Dictionary<string, Wordmark_Icon> Icon_Dictionary,
List<string> Item_Viewer_Priority,
Custom_Tracer Tracer
) |
Parameters
- METS_Location
- Type: System..::..String
Location and name of the METS file to read
- BibID
- Type: System..::..String
Bibliographic identifier for the title
- VID
- Type: System..::..String
Volume identifier for the title
- Icon_Dictionary
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Wordmark_Icon>)>)>
Dictionary of information about every wordmark/icon in this digital library, used to build the HTML for the icons linked to this digital resource
- Item_Viewer_Priority
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of the globally defined item viewer priorities
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
SobekCM_Item Fully built digital resource object for a single volume
Remarks
See Also