DocumentAliasInfoProviderGetDocumentAliases Method (String, Int32) |
Returns the DataSet with document aliases matching specified wildcard rule.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static DataSet GetDocumentAliases(
string url,
int siteId
)
Parameters
- url
- Type: SystemString
Wildcard URL - siteId
- Type: SystemInt32
Site id
Return Value
Type:
DataSetSee Also