Click or drag to resize
TreePathUtilsGetUrlPathFromNamePath Method
Returns the UrlPath created from the given NamePath.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also