Click or drag to resize
TreeProviderSortNodesAlphabetically Method
Sort child nodes alphabetically by document name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void SortNodesAlphabetically(
	int parentNodeId,
	int siteId,
	bool ascending
)

Parameters

parentNodeId
Type: SystemInt32
Parent node ID
siteId
Type: SystemInt32
Node site ID
ascending
Type: SystemBoolean
Indicates whether the alphabetical order should be ascending or descending.
See Also