TreeProviderSortNodesByDate Method |
Sort child nodes by the date of last modification.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual void SortNodesByDate(
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 sort should be from older to newer or vice versa.
See Also