Sprinter Defect Tracking System API
UpdateFieldValue Method
The field.
The new value.
Changes the value of a field.
Syntax
protected virtual void UpdateFieldValue( 
   Field field,
   string newValue
)

Parameters

field
The field.
newValue
The new value.
Remarks
The default implementation is to replace the current value with the new value. You can override this implementation in your adaptor.
See Also

Reference

FieldsControl Class
FieldsControl Members