Click or drag to resize
TreePathUtilsGetNodeGUIDByNodeId Method (Int32)
Returns the Node GUID equivalent for the given node ID.

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

Parameters

nodeId
Type: SystemInt32
Node ID

Return Value

Type: Guid
See Also