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