Try our conversational search powered by Generative AI!

Class ThumbnailPropertiesClearJob

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A job that clears thumbnail properties.

Inheritance
System.Object
ThumbnailPropertiesClearJob
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.Util
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[ScheduledPlugIn(GUID = "F1B8E71C-5E6F-41C2-AB3E-D8FD85EF6C6D", DisplayName = "Thumbnail Properties Clear Job", LanguagePath = "/admin/databasejob/thumbnailpropertiesclearjob", HelpFile = "thumbnailpropertiesclearjob", Restartable = true)]
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class ThumbnailPropertiesClearJob : ScheduledJobBase, IScheduledJob

Constructors

ThumbnailPropertiesClearJob()

Initializes a new instance of the ThumbnailPropertiesClearJob class.

Declaration
public ThumbnailPropertiesClearJob()

ThumbnailPropertiesClearJob(ThumbnailManager)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the ThumbnailPropertiesClearJob class.

Declaration
public ThumbnailPropertiesClearJob(ThumbnailManager thumbnailManager)
Parameters
Type Name Description
ThumbnailManager thumbnailManager

Thumbnail manager, which will be used to get all media, and clean up thumbnail.

Methods

Execute()

Start job

Declaration
public override string Execute()
Returns
Type Description
System.String
Overrides

OnStatusChanged(String)

Declaration
protected override void OnStatusChanged(string statusMessage)
Parameters
Type Name Description
System.String statusMessage
Overrides

Stop()

Declaration
public override void Stop()
Overrides

Implements

Extension Methods