ScheduleDefinition.CanFilterByValue
Description:
Checks whether a field can be used with a value-based filter.
Checks whether a field can be used with a value-based filter.
Remarks:
The value-based filter types are Equal, NotEqual, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.
Only certain types of parameters can be filtered by value.
public bool CanFilterByValue(
ScheduleFieldId fieldId
)
-
fieldIdThe ID of the field to check.
Return Value
bool
True if the field can be used with a value based filter, false otherwise.
-
fieldId is not the ID of a field in this ScheduleDefinition.
-
A non-optional argument was NULL