SortFieldList.Remove Method
Include Protected Members
Include Inherited Members
Removes the SortField from this list.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the SortField that has the specified field name from this list. | |
Remove(FieldDefinition) | Removes the SortField that has the specified field definition from this list. | |
Remove(SortField) | Removes the specified SortField from this list. |
Top