Click or drag to resize
DocumentSortEventArgs Constructor (Int32, Boolean, DocumentSortEnum)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentSortEventArgs(
	int parentNodeId,
	bool ascending,
	DocumentSortEnum sortType
)

Parameters

parentNodeId
Type: SystemInt32
Node ID of a document which sub-section should be sorted
ascending
Type: SystemBoolean
Indicates if the sort should be ascending
sortType
Type: CMS.DocumentEngineDocumentSortEnum
Defines the sort type (by alphabet or date)
See Also