Click or drag to resize

Criteria Class

Represents the Criteria object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCriteria

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Criteria

The Criteria type exposes the following members.

Constructors
  NameDescription
Public methodCriteria
Top
Properties
  NameDescription
Public propertyColumnId
Gets the column ID
Public propertyOperator
The Criteria Operator
Public propertyTarget
Gets the criteria target
Public propertyValues
Gets the values if this criteria's operator has arguments
Top
See Also