ScheduleDefinition.RemoveField(ScheduleFieldId)
Method
Description:
Removes a field.
Removes a field.
Parameters
Parameter | Type | Description |
---|---|---|
fieldId | ScheduleFieldId | The ID of the field to remove. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | fieldId is not the ID of a field in this ScheduleDefinition. |
ArgumentNullException | A non-optional argument was null |