Click or drag to resize
DocumentURLProviderEnsureWildcardPath Method
Ensures URL path with wildcards. The wildcard with default value are replace to the default value.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string EnsureWildcardPath(
	string path
)

Parameters

path
Type: SystemString
URL path

Return Value

Type: String
See Also