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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual string CreateWildcardRuleInternal(
	string wildcardUrl,
	out int wildcardCount
)

Parameters

wildcardUrl
Type: SystemString
Wildcard URL
wildcardCount
Type: SystemInt32
Number of matches

Return Value

Type: String
See Also