SobekCM_Database.Update_Item_Group Method
Saves the basic title information for an item group
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 Update_Item_Group(
string BibID,
string GroupTitle,
string SortTitle,
string Group_Thumbnail,
string Primary_Identifier_Type,
string Primary_Identifier
) |
Parameters
- BibID
- Type: System..::..String
Bibliographic identifier for the item group to update
- GroupTitle
- Type: System..::..String
New group title for this item group
- SortTitle
- Type: System..::..String
New sort title for this item group
- Group_Thumbnail
- Type: System..::..String
Thumbnail to use for this item group
- Primary_Identifier_Type
- Type: System..::..String
Primary identifier type for this item group
- Primary_Identifier
- Type: System..::..String
Primary identifier for this item group
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also