ScheduleDefinition.AddSortGroupField
Description:
Adds a new sorting/grouping field at the end of the list.
Adds a new sorting/grouping field at the end of the list.
public void AddSortGroupField(
ScheduleSortGroupField sortGroupField
)
-
sortGroupFieldThe sorting/grouping field to add.
-
The field ID is not the ID of a field in this ScheduleDefinition. -or- The field cannot be used for sorting/grouping.
-
A non-optional argument was null
-
The resulting sorting/grouping field count would be greater than 4.