ScheduleDefinition.IsValidFieldId
Method
Description:
Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.
Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.
Parameters
Parameter | Type | Description |
---|---|---|
fieldId | ScheduleFieldId | The field ID to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the field ID is valid, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |