Click or drag to resize
TreePathUtilsGetNodeSite Method
Returns the site info of the specified node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static SiteInfo GetNodeSite(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID

Return Value

Type: SiteInfo
See Also