Interface IModifiedTrackable
Defines signature for component that tracks modifications on instance.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IModifiedTrackable
Properties
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()