SaveNewValueAndNotes Method (OperAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. Descendants must override this function and implement it.The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database.
Parameters
- newValue
- Required. Holds the new value to save for this attribute. Required. Holds the new value to save for this attribute. A null or empty string will be saved.
- newNotes
- Required. Holds the new notes to save for this attribute. Required. Holds the new notes to save for this attribute. A null or empty string will be saved.