M

ScheduleDefinition.InsertField

Description:
Adds a regular field at the specified position in the list.
Overloads (3):
public ScheduleField InsertField(
	SchedulableField schedulableField,
	int index
)
  • schedulableField
    A SchedulableField object representing the field.
  • index
    The index in the list of fields.
Return Value ScheduleField The new field.