SobekCM_Database.Save_Item_Views Method
Adds up to three additional views for a single item in a SobekCM digital library
Namespace: SobekCM.Resource_Object.DatabaseAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public static bool Save_Item_Views(
string BibID,
string VID,
int Viewer1_Type,
string Viewer1_Label,
string Viewer1_Attributes,
int Viewer2_Type,
string Viewer2_Label,
string Viewer2_Attributes,
int Viewer3_Type,
string Viewer3_Label,
string Viewer3_Attributes
) |
Parameters
- BibID
- Type: System..::..String
Bibliographic identifier for the item to add
- VID
- Type: System..::..String
Volume identifier for the item to add
- Viewer1_Type
- Type: System..::..Int32
Primary key for the first viewer type in the SobekCM database
- Viewer1_Label
- Type: System..::..String
Label to be displayed for the first viewer of this item
- Viewer1_Attributes
- Type: System..::..String
Optional attributes for the first viewer of this item
- Viewer2_Type
- Type: System..::..Int32
Primary key for the second viewer type in the SobekCM database
- Viewer2_Label
- Type: System..::..String
Label to be displayed for the second viewer of this item
- Viewer2_Attributes
- Type: System..::..String
Optional attributes for the second viewer of this item
- Viewer3_Type
- Type: System..::..Int32
Primary key for the third viewer type in the SobekCM database
- Viewer3_Label
- Type: System..::..String
Label to be displayed for the third viewer of this item
- Viewer3_Attributes
- Type: System..::..String
Optional attributes for the third viewer of this item
Return Value
Type:
Boolean
Remarks
Exceptions
See Also