Click or drag to resize
DocumentChangeOrderEventArgs Constructor (TreeNode, DocumentOrderEnum)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentChangeOrderEventArgs(
	TreeNode node,
	DocumentOrderEnum orderType
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
orderType
Type: CMS.DocumentEngineDocumentOrderEnum
Defines the order type (First, Last, Alphabetical) if the NewOrder is not specified
See Also