Class RemoveInUseNotificationJob
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.Shell.Notification
Assembly: EPiServer.UI.dll
Version: 11.20.7Syntax
[ScheduledPlugIn(DisplayName = "Remove long lived \"Editing in progress\" status", LanguagePath = "/admin/databasejob/removeeditinginprogress", Description = "This job removes obsolete \"Editing in progress\" status ", HelpFile = "removeeditinginprogressjob", DefaultEnabled = true, IntervalLength = 1, IntervalType = ScheduledIntervalType.Hours)]
public class RemoveInUseNotificationJob : ScheduledJobBase, IScheduledJob
Constructors
RemoveInUseNotificationJob()
Declaration
public RemoveInUseNotificationJob()
RemoveInUseNotificationJob(IInUseNotificationRepository, Settings)
Declaration
public RemoveInUseNotificationJob(IInUseNotificationRepository inUseNotificationRepository, Settings settings)
Parameters
Type | Name | Description |
---|---|---|
IInUseNotificationRepository | inUseNotificationRepository | |
Settings | settings |
Methods
Execute()
Declaration
public override string Execute()
Returns
Type | Description |
---|---|
System.String |
Overrides
Stop()
Declaration
public override void Stop()