Click or drag to resize
DocumentChangeOrderEventArgsTDocument Constructor (TDocument, Int32, Boolean)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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