TreePathUtilsGetPathLevel Method |
Returns the specified path level created from the given path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static string GetPathLevel(
string path,
int level
)
Parameters
- path
- Type: SystemString
Source path - level
- Type: SystemInt32
Level to return
Return Value
Type:
StringSee Also