ScheduleDefinition.SetFilter
Description:
Replaces a filter.
Replaces a filter.
public void SetFilter(
int index,
ScheduleFilter filter
)
-
Int32indexThe index of the filter to replace.
-
filterThe new filter.
-
The field ID is not the ID of a field in this ScheduleDefinition. -or- The field and filter type cannot be used to filter this ScheduleDefinition. -or- The filter value is not valid for the field and filter type.
-
A non-optional argument was null
-
index is not a valid filter index.
-
This ScheduleDefinition does not support filters.