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