Enum ItemInsertLocationType
Enumeration representing the different types of item insert locations.
public enum ItemInsertLocationType : byte
Fields
After = 1
Insert after the specified item.
Before = 0
Insert before the specified item.
Enumeration representing the different types of item insert locations.
public enum ItemInsertLocationType : byte
After = 1
Insert after the specified item.
Before = 0
Insert before the specified item.