DocumentAliasInfoProviderCreateWildcardRule Method |
Creates wildcard rule for given URL.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static string CreateWildcardRule(
string wildcardUrl,
out int wildcardSectionsCount
)
Parameters
- wildcardUrl
- Type: SystemString
Wildcard URL. - wildcardSectionsCount
- Type: SystemInt32
Number of URL sections containing at least one wildcard.
Return Value
Type:
StringSee Also