Table of Contents

Enum ReportFilterOperator

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

Enum representing the boolean operator for combining filter criteria.

public enum ReportFilterOperator

Fields

AND = 0

All criteria must match (logical AND).

OR = 1

Any criteria must match (logical OR).