SobekCM_Database.Save_Serial_Hierarchy Method
Saves the serial hierarchy and link between an item and an item group
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Save_Serial_Hierarchy(
int GroupID,
int ItemID,
string Level1Text,
int Level1Index,
string Level2Text,
int Level2Index,
string Level3Text,
int Level3Index,
string Level4Text,
int Level4Index,
string Level5Text,
int Level5Index
) |
Parameters
- GroupID
- Type: System..::..Int32
Group ID this item belongs to
- ItemID
- Type: System..::..Int32
Primary key for the item itself
- Level1Text
- Type: System..::..String
Text for the FIRST level of serial hierarchy relating this item to the item group
- Level1Index
- Type: System..::..Int32
Sorting index for the FIRST level of serial hierarchy relating this item to the item group
- Level2Text
- Type: System..::..String
Text for the SECOND level of serial hierarchy relating this item to the item group
- Level2Index
- Type: System..::..Int32
Sorting index for the SECOND level of serial hierarchy relating this item to the item group
- Level3Text
- Type: System..::..String
Text for the THIRD level of serial hierarchy relating this item to the item group
- Level3Index
- Type: System..::..Int32
Sorting index for the THIRD level of serial hierarchy relating this item to the item group
- Level4Text
- Type: System..::..String
Text for the FOURTH level of serial hierarchy relating this item to the item group
- Level4Index
- Type: System..::..Int32
Sorting index for the FOURTH level of serial hierarchy relating this item to the item group
- Level5Text
- Type: System..::..String
Text for the FIFTH level of serial hierarchy relating this item to the item group
- Level5Index
- Type: System..::..Int32
Sorting index for the FIFTH level of serial hierarchy relating this item to the item group
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also