Class CompoundFilter
Combine multiple filters using and or or.
public class CompoundFilter : IFileSearchFilter
- Inheritance
-
objectCompoundFilter
- Implements
Properties
Filters
Required. Array of filters to combine. Items can be ComparisonFilter or CompoundFilter.
public List<IFileSearchFilter> Filters { get; set; }
Property Value
- List<IFileSearchFilter>
Type
Required. Type of operation: and or or.
public CompoundType Type { get; set; }