DocumentChangeOrderEventArgsTDocument Constructor (TDocument, DocumentOrderEnum) |
Constructor.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public DocumentChangeOrderEventArgs(
TDocument node,
DocumentOrderEnum orderType
)
Parameters
- node
- Type: TDocument
Document - orderType
- Type: CMS.DocumentEngineDocumentOrderEnum
Defines the order type (First, Last, Alphabetical) if the NewOrder is not specified
See Also