DocumentAliasInfoProviderGetDocumentAliases Method (String, String, Int32, String) |
Returns the query with document aliases according to WHERE condition ordered.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static ObjectQuery<DocumentAliasInfo> GetDocumentAliases(
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
Return Value
Type:
ObjectQueryDocumentAliasInfoSee Also