DocumentAliasInfoProviderGetDocumentAliasListInternal Method |
Returns the DataSet with document aliases and NodeAliasPath from CMS_Tree.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected virtual DataSet GetDocumentAliasListInternal(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
WHERE condition - orderBy
- Type: SystemString
ORDER BY condition - topN
- Type: SystemInt32
Get top N rows - columns
- Type: SystemString
Columns to select. If empty default columns are used
Return Value
Type:
DataSetSee Also