TreePathUtilsGetParentPath Method (String) |
Returns the parent path for the specified path (any kind of path with "/" as a separator)
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string GetParentPath(
string path
)
Parameters
- path
- Type: SystemString
Original path
Return Value
Type:
StringSee Also