Click or drag to resize
IAdvancedDataContainerResetChanges Method
Resets the object changes and keeps the new values as unchanged.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
void ResetChanges(
	bool asUnchanged = true
)

Parameters

asUnchanged (Optional)
Type: SystemBoolean
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