TreePathUtilsGetNodeIdByAliasPath Method |
Returns the node ID corresponding to the given aliasPath.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static int GetNodeIdByAliasPath(
string siteName,
string aliasPath
)
Parameters
- siteName
- Type: SystemString
Node site name - aliasPath
- Type: SystemString
Alias path
Return Value
Type:
Int32See Also