Try our conversational search powered by Generative AI!

Interface IModifiedTrackable

Defines signature for component that tracks modifications on instance.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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

true if this instance has been modified; otherwise, false.

Methods

ResetModified()

Resets the modified flag on all the data contained on the instance.

Declaration
void ResetModified()

Extension Methods