Interface IModifiedTrackable
Defines signature for component that tracks modifications on instance.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IModifiedTrackableProperties
IsModified
Gets a value indicating whether this instance has been modified after loading.
Declaration
bool IsModified { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
Methods
ResetModified()
Resets the modified flag on all the data contained on the instance.
Declaration
void ResetModified()