Virtual Happy Hour this month, Jun 28, we'll be getting a sneak preview at our soon to launch SaaS CMS!

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
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.dll
Version: 9.12.2
Syntax
[ScheduledPlugIn(DisplayName = "Thumbnail Properties Clear Job", LanguagePath = "/admin/databasejob/thumbnailpropertiesclearjob", HelpFile = "thumbnailpropertiesclearjob")]
public class ThumbnailPropertiesClearJob : ScheduledJobBase

Constructors

ThumbnailPropertiesClearJob()

Initializes a new instance of the ThumbnailPropertiesClearJob class.

Declaration
public ThumbnailPropertiesClearJob()

ThumbnailPropertiesClearJob(ThumbnailManager)

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

Extension Methods