Enum FilterOperation
Enum FilterOperation
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies how the criterion established with FieldName, FilterComparisonType, and Value relates to other criteria in the filter.
public enum FilterOperation
Fields
And = 1
AND operator.
Or = 2
OR operator.
Undefined = 0
Undefined.