| 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
Syntaxpublic 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
See Also