Click or drag to resize
DocumentAliasInfoProviderGetDocumentAliasesInternal 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#
protected virtual DataSet GetDocumentAliasesInternal(
	string url,
	int siteID
)

Parameters

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

Return Value

Type: DataSet
See Also