Click or drag to resize
TreePathUtilsGetNodeIdByNodeGUID Method (Guid, String)
Returns the Node ID equivalent for the given node GUID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static int GetNodeIdByNodeGUID(
	Guid nodeGuid,
	string siteName
)

Parameters

nodeGuid
Type: SystemGuid
Node GUID
siteName
Type: SystemString
Node site name

Return Value

Type: Int32
See Also