Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.TrimSearchStackItem Class Reference

The TrimSearchStackItem is an abstract base class representing an item that participates in the definition of a search criteria. As such, it can be a specific search clause (ie dateCreated = today) or an operator designed to be applied to preceding search clauses. More...

Inheritance diagram for HP.HPTRIM.SDK.TrimSearchStackItem:
HP.HPTRIM.SDK.TrimSearchClause HP.HPTRIM.SDK.TrimSearchOperator

Properties

bool IsOperator [get]
 Indicates if this search item is an operator (and, or, not) More...
 
bool IsSearchClause [get]
 Indicates if this search item is a search clause, eg "dateCreated = today" More...
 

Detailed Description

The TrimSearchStackItem is an abstract base class representing an item that participates in the definition of a search criteria. As such, it can be a specific search clause (ie dateCreated = today) or an operator designed to be applied to preceding search clauses.

Property Documentation

bool HP.HPTRIM.SDK.TrimSearchStackItem.IsOperator
get

Indicates if this search item is an operator (and, or, not)

bool HP.HPTRIM.SDK.TrimSearchStackItem.IsSearchClause
get

Indicates if this search item is a search clause, eg "dateCreated = today"