Click or drag to resize
DataHelperGetParentPath Method
Returns the parent path for the specified path (any kind of path with "/" as a separator)

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetParentPath(
	string path
)

Parameters

path
Type: SystemString
Original path

Return Value

Type: String
See Also