ScheduleDefinition.IsSchedulableField
Method
Description:
Checks whether a non-calculated/non-combined field is eligible to be included in this schedule.
Checks whether a non-calculated/non-combined field is eligible to be included in this schedule.
Parameters
Parameter | Type | Description |
---|---|---|
schedulableField | SchedulableField | The field to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the field may be included in the schedule, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |