Class CompoundFilter
Combine multiple filters using and or or.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class CompoundFilter : IFileSearchFilter
Properties
| Edit this page View SourceFilters
Required. Array of filters to combine. Items can be ComparisonFilter or CompoundFilter.
Declaration
[JsonProperty("filters")]
public List<IFileSearchFilter> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<IFileSearchFilter> |
Type
Required. Type of operation: and or or.
Declaration
[JsonProperty("type")]
public CompoundType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CompoundType |