TreePathUtilsGetNodeIdByNodeGUID Method |
Returns the Node ID equivalent for the given node GUID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static int GetNodeIdByNodeGUID(
Guid nodeGuid,
string siteName
)
Parameters
- nodeGuid
- Type: SystemGuid
Node GUID - siteName
- Type: SystemString
Node site name
Return Value
Type:
Int32See Also