TreePathUtilsGetUrlPathFromNamePath Method |
Returns the UrlPath created from the given NamePath.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static string GetUrlPathFromNamePath(
string namePath,
int nodeLevel,
string siteName
)
Parameters
- namePath
- Type: SystemString
NamePath to convert - nodeLevel
- Type: SystemInt32
Node level - siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also