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

Class CmsProfileDefaultsInjector

Inheritance
System.Object
CmsProfileDefaultsInjector
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.Cms.Shell
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IEventListener), Lifecycle = ServiceInstanceScope.Singleton)]
public class CmsProfileDefaultsInjector : IEventListener

Constructors

CmsProfileDefaultsInjector(IProfileRepository)

Declaration
public CmsProfileDefaultsInjector(IProfileRepository repository)
Parameters
Type Name Description
IProfileRepository repository

Methods

Start()

Declaration
public void Start()

Stop()

Declaration
public void Stop()

Implements

Extension Methods