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

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

Parameters

path
Type: SystemString
Original path

Return Value

Type: String
See Also