Click or drag to resize
TreePathUtilsGetAliasPathByNodeId Method
Returns the AliasPath equivalent for the given node ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetAliasPathByNodeId(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID

Return Value

Type: String
See Also