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 PageArchiveJob

Job used for scheduling emptying of wastebasket

Inheritance
System.Object
PageArchiveJob
Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ScheduledPlugIn(GUID = "63C7F148-12B1-4CDF-A2CA-8458208C6C26", DisplayName = "Archive pages", LanguagePath = "/admin/databasejob/archive", HelpFile = "archivejob")]
public class PageArchiveJob : Object

Constructors

PageArchiveJob()

Initializes a new instance of the PageArchiveJob class.

Declaration
public PageArchiveJob()

Methods

Execute()

Start job

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

Extension Methods