Click or drag to resize
DocumentAliasInfoProviderCreateWildcardRule Method
Creates wildcard rule for given URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
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: String
See Also