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 = 0All criteria must match (logical AND).
OR = 1Any criteria must match (logical OR).