SaaS CMS has officially launched! Learn more now.

Interface IActivityTracker

Describes a module that tracks changes in the system with the intent of logging the changes to the activity log.

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IActivityTracker
Remarks

When the ActivityTrackingService is started and stopped it will call the Start() and Stop() methods of each registered tracker.

Methods

Start()

Starts the change tracking done by this instance.

Declaration
void Start()

Stop()

Stops all change tracking done by this instance.

Declaration
void Stop()

Extension Methods