Interface
IDataFlow

Represents an object processing data using filters and sorting.

Definition

Properties

Filters

Gets the filters that get applied on this item.

Declaration

cs-api-definition
IList<Filter> Filters { get; }

Property Value

IList<Filter>

Sortings

Gets the sorting that get applied on this item.

Declaration

cs-api-definition
IList<Sorting> Sortings { get; }

Property Value

IList<Sorting>

In this article
DefinitionPropertiesFiltersSortings
Not finding the help you need?
Contact Support