DocumentURLProviderBuildWildcardQueryString Method |
Returns query string for wildcard url. Wildcard is in format /{name
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
StringSee Also