AbstractInfo TInfo  ResetChanges Method Kentico 8.1 API Reference
Resets the object changes and keeps the new values as unchanged accoring to the asUnchanged parameter.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

asUnchanged (Optional)
Type: OnlineSystem Boolean
If true, the changed columns won't contain anything. If false, the previous values are discarded, but all the columns will be marked as changed.
See Also