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

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

Parameters

path
Type: System.String
Source path
level
Type: System.Int32
Level to return

Return Value

Type: String
See Also