Sprinter Defect Tracking System API
UpdateFieldSelectedValues Method
The field.
The list of new selections.
Changes the list of selected values for display.
Syntax
protected virtual void UpdateFieldSelectedValues( 
   Field field,
   IEnumerable<string> newSelectedValues
)

Parameters

field
The field.
newSelectedValues
The list of new selections.
Remarks
The default implementation is to replace the current selections with the new selections. You can override this implementation in your adaptor.
See Also

Reference

FieldsControl Class
FieldsControl Members