HPE Content Manager SDK 9.1
HP.HPTRIM.SDK.TrimSearchSortItem Class Reference

The TrimSearchSortItem is a class representing a sort criteria. More...

Public Member Functions

 TrimSearchSortItem (SearchClauseIds clauseId)
 Construct a sort item that is ascending More...
 
 TrimSearchSortItem (SearchClauseIds clauseId, bool isAscending)
 Construct a sort item that is ascending or descending More...
 

Properties

SearchClauseIds ClauseId [get]
 Gets the SearchClauseIds property that indicates which property is used to sort by. More...
 
bool IsAscending [get]
 Gets a boolean value indicating if the sort is ascending or descending. More...
 

Detailed Description

The TrimSearchSortItem is a class representing a sort criteria.

Constructor & Destructor Documentation

HP.HPTRIM.SDK.TrimSearchSortItem.TrimSearchSortItem ( SearchClauseIds  clauseId)

Construct a sort item that is ascending

HP.HPTRIM.SDK.TrimSearchSortItem.TrimSearchSortItem ( SearchClauseIds  clauseId,
bool  isAscending 
)

Construct a sort item that is ascending or descending

Property Documentation

SearchClauseIds HP.HPTRIM.SDK.TrimSearchSortItem.ClauseId
get

Gets the SearchClauseIds property that indicates which property is used to sort by.

bool HP.HPTRIM.SDK.TrimSearchSortItem.IsAscending
get

Gets a boolean value indicating if the sort is ascending or descending.