Click or drag to resize
DocumentURLProviderBuildWildcardQueryString Method
Returns query string for wildcard url. Wildcard is in format /{name

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string BuildWildcardQueryString(
	string urlPath,
	string currentPath
)

Parameters

urlPath
Type: SystemString
Url path from database
currentPath
Type: SystemString
Current requested url path

Return Value

Type: String
See Also