A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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