Click or drag to resize
TreePathUtils.ParseUrlPath Method
Parses the prefix and default values out of the URL path

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static void ParseUrlPath(
	ref string urlPath,
	out string prefix,
	Hashtable values
)

Parameters

urlPath
Type: System.String
URL path to process
prefix
Type: System.String
Returning the prefix
values
Type: System.Collections.Hashtable
Collection of values
See Also