Table of Contents

Class SheetFilterDetails

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

Class encapsulating the sheet filter details.

public class SheetFilterDetails
Inheritance
SheetFilterDetails
Inherited Members

Properties

Criteria

Get the list of criteria

public IList<Criteria> Criteria { get; set; }

Property Value

IList<Criteria>

list of criteria

IncludeParent

Gets flag indicating whether to include parent rows whose children are included in this filter

public bool? IncludeParent { get; set; }

Property Value

bool?

flag indicating whether to include parent

Operator

Gets how to combine criteria in this filter

public SheetFilterOperator? Operator { get; set; }

Property Value

SheetFilterOperator?

the operator