Click or drag to resize
TreePathUtilsGetNodeGUIDByNodeId Method (Int32, GeneralConnection)

Note: This API is now obsolete.

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

Parameters

nodeId
Type: SystemInt32
Node ID
conn
Type: CMS.DataEngineGeneralConnection
Connection to use

Return Value

Type: Guid
See Also