SobekCM_Database.Save_Serial_Hierarchy Method
Saves the serial hierarchy and link between an item and 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# |
---|
protected static void Save_Serial_Hierarchy(
int GroupID,
int ItemID,
string Level1_Text,
int Level1_Index,
string Level2_Text,
int Level2_Index,
string Level3_Text,
int Level3_Index,
string Level4_Text,
int Level4_Index,
string Level5_Text,
int Level5_Index,
string SerialHierarchy
) |
Parameters
- GroupID
- Type: System..::..Int32
Group ID this item belongs to
- ItemID
- Type: System..::..Int32
Item id for the individual item
- Level1_Text
- Type: System..::..String
Text to display for the first hierarchy
- Level1_Index
- Type: System..::..Int32
Order for this item within other first hierarchy items
- Level2_Text
- Type: System..::..String
Text to display for the second hierarchy
- Level2_Index
- Type: System..::..Int32
Order for this item within other second hierarchy items
- Level3_Text
- Type: System..::..String
Text to display for the third hierarchy
- Level3_Index
- Type: System..::..Int32
Order for this item within other third hierarchy items
- Level4_Text
- Type: System..::..String
Text to display for the fourth hierarchy
- Level4_Index
- Type: System..::..Int32
Order for this item within other fourth hierarchy items
- Level5_Text
- Type: System..::..String
Text to display for the fifth hierarchy
- Level5_Index
- Type: System..::..Int32
Order for this item within other fifth hierarchy items
- SerialHierarchy
- Type: System..::..String
Serial hierarchy as a single
Remarks
Exceptions
See Also