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

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

Parameters

urlPath
Type: SystemString
URL path to process
prefix
Type: SystemString
Returning the prefix
values
Type: System.CollectionsHashtable
Collection of values
See Also