Click or drag to resize
TreePathUtilsGetPathLevel Method
Returns the specified path level created from the given path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetPathLevel(
	string path,
	int level
)

Parameters

path
Type: SystemString
Source path
level
Type: SystemInt32
Level to return

Return Value

Type: String
See Also