Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IModifiedTrackable

Defines signature for component that tracks modifications on instance.

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