Click or drag to resize
TreeProviderInitNodeOrders Method
Initializes the node order under specified parent node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void InitNodeOrders(
	int parentId,
	int siteId
)

Parameters

parentId
Type: SystemInt32
Parent node ID
siteId
Type: SystemInt32
Site ID
See Also