ObjectChangeOrderEventArgs Constructor (BaseInfo, Int32, Boolean, String) |
Constructor.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public ObjectChangeOrderEventArgs(
BaseInfo infoObject,
int newOrder,
bool relativeOrder,
string orderColumn
)
Parameters
- infoObject
- Type: CMS.DataEngineBaseInfo
Object instance - newOrder
- Type: SystemInt32
Specific new document order index to be set - relativeOrder
- Type: SystemBoolean
Indicates if the NewOrder index is relative to current document position - orderColumn
- Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
See Also