BaseInfoSetObjectOrder Method |
Moves the object to the specified order. The move is done within the object's siblings.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected void SetObjectOrder(
int targetOrder,
bool relativeOrder,
string orderColumn
)
Parameters
- targetOrder
- Type: SystemInt32
Desired order of the object. - relativeOrder
- Type: SystemBoolean
If true, the targetOrder is taken as a relative order from current order position. - orderColumn
- Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
See Also