Click or drag to resize
TreePathUtilsGetNodeIdByNodeGUID Method (Guid, String, GeneralConnection)

Note: This API is now obsolete.

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#
[ObsoleteAttribute("This method is obsolete. Use the overload without the conn parameter. You can use connection scope to specify custom connection.")]
public static int GetNodeIdByNodeGUID(
	Guid nodeGuid,
	string siteName,
	GeneralConnection conn
)

Parameters

nodeGuid
Type: SystemGuid
Node GUID
siteName
Type: SystemString
Node site name
conn
Type: CMS.DataEngineGeneralConnection
Connection to use

Return Value

Type: Int32
See Also