DocumentChangeOrderEventArgsTDocument Constructor (TDocument, Int32, Boolean) |
Constructor.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public DocumentChangeOrderEventArgs(
TDocument node,
int newOrder,
bool relativeOrder = false
)
Parameters
- node
- Type: TDocument
Document - newOrder
- Type: SystemInt32
Specific new document order index to be set - relativeOrder (Optional)
- Type: SystemBoolean
Indicates if the NewOrder index is relative to current document position.
See Also