Click or drag to resize
DocumentAliasInfoProviderGetDocumentAliases Method (String, Int32)
Returns the DataSet with document aliases matching specified wildcard rule.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetDocumentAliases(
	string url,
	int siteId
)

Parameters

url
Type: SystemString
Wildcard URL
siteId
Type: SystemInt32
Site id

Return Value

Type: DataSet
See Also