Click or drag to resize

CaseCriteria Properties

The CaseCriteria type exposes the following members.

Properties
  Name Description
Public property InternalName Filter the cases with specific internal name (aka short name). The filter is case insensitive.
Public property OnlyActiveCases True to return only active cases.
Public property OnlyCustomerCases True to return only customer cases.
Public property OnlyInactiveCases True to return only inactive cases.
Public property OnlyInternalCases True to return only internal cases.
Public property SalesProcess Get cases which are in specific sales process: InProgress, Won, Lost, NotSelected. NotSelected means that case does not have sales process defined. It's possible to use multiple statuses by separating them by comma, e.g. "Won,NotSelected", which means that all projects which has Won sales status or does not have sales process defined will be returned.
Public property Tags Filter the cases with tags (keywords). When the filter has multiple tags then returns cases which has all required tags. The tag search is performed as like search meaning that when the tag contains the filter's text then it's a match. The filter is case insensitive.
Top
See Also