Table of Contents

Class Criteria

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the Criteria object.

public class Criteria
Inheritance
Criteria
Inherited Members

Properties

ColumnId

Gets the column ID

public long? ColumnId { get; set; }

Property Value

long?

Operator

The Criteria Operator

public CriteriaOperator? Operator { get; set; }

Property Value

CriteriaOperator?

Target

Gets the criteria target

public CriteriaTarget? Target { get; set; }

Property Value

CriteriaTarget?

Values

Gets the values if this criteria's operator has arguments

public IList<object> Values { get; set; }

Property Value

IList<object>