| 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: 8.2.23
 Syntax
Syntaxpublic static string GetParentPath(
	string path
)
Parameters
- path
- Type: SystemString
 Original path
Return Value
Type: 
String See Also
See Also