SaaS CMS has officially launched! Learn more now.

Class ContentActivityTracker

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
ContentActivityTracker
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.Activities.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IActivityTracker))]
public class ContentActivityTracker : IActivityTracker

Constructors

ContentActivityTracker(IContentEvents, IContentLoader, IActivityRepository, IPrincipalAccessor, ActivityOptions)

Declaration
public ContentActivityTracker(IContentEvents contentEvents, IContentLoader contentLoader, IActivityRepository activityRepository, IPrincipalAccessor principalAccessor, ActivityOptions options)
Parameters
Type Name Description
IContentEvents contentEvents
IContentLoader contentLoader
IActivityRepository activityRepository
IPrincipalAccessor principalAccessor
ActivityOptions options

Methods

Start()

Declaration
public virtual void Start()

Stop()

Declaration
public virtual void Stop()

Implements

Extension Methods