Click or drag to resize
TreePathUtilsGetNodeParentId Method
Returns the parent node ID.

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

Parameters

nodeId
Type: SystemInt32
Node ID

Return Value

Type: Int32
See Also