SobekCM_Database.Save_Item_Group Method
Saves the main information about an item group in SobekCM
Namespace: SobekCM.Resource_Object.DatabaseAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
protected static SobekCM_Database..::..Save_Item_Group_Args Save_Item_Group(
string BibID,
string GroupTitle,
string SortTitle,
string Type,
string File_Root,
string Group_Thumbnail,
bool Update_Existing,
DateTime CreateDate,
long OCLC_Number,
int ALEPH_Number,
bool Large_Format,
bool Track_By_Month,
bool Never_Overlay_Record,
string Primary_Identifier_Type,
string Primary_Identifier
) |
Parameters
- BibID
- Type: System..::..String
Bib ID for this group
- GroupTitle
- Type: System..::..String
Title for this group
- SortTitle
- Type: System..::..String
Sort title for this item group
- Type
- Type: System..::..String
Resource type for this group
- File_Root
- Type: System..::..String
File root for this item group's files
- Group_Thumbnail
- Type: System..::..String
Thumbnail to use for this item group
- Update_Existing
- Type: System..::..Boolean
Flag indicates to update this bib id if it exists
- CreateDate
- Type: System..::..DateTime
Day this item was created
- OCLC_Number
- Type: System..::..Int64
OCLC record number for this item group
- ALEPH_Number
- Type: System..::..Int32
ALEPH record number for this item group
- Large_Format
- Type: System..::..Boolean
Flag indicates if this a large format item, which will affect size of service image files
- Track_By_Month
- Type: System..::..Boolean
Flag indicates this material should be tracked by month, along with other items within the same title
- Never_Overlay_Record
- Type: System..::..Boolean
Flag indicates to never overlay this record from the original ALEPH or OCLC record
- 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:
SobekCM_Database..::..Save_Item_Group_Args Arguments which include the group id and bibid for this item group / title
Remarks
Exceptions
Exception | Condition |
---|
System..::..ApplicationException | Exception is thrown if an error is caught during
the database work and the THROW_EXCEPTIONS internal flag is set to true. |
See Also