Returns the query with document aliases according to WHERE condition ordered.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
- Type: System.String
WHERE condition
- orderBy (Optional)
- Type: System.String
ORDER BY condition
- topN (Optional)
- Type: System.Int32
Get top N rows
- columns (Optional)
- Type: System.String
Columns to select
Return Value
Type: ObjectQuery<DocumentAliasInfo>See Also