SaaS CMS has officially launched! Learn more now.

Class IndexingInformation

Describes the latest full indexing of the site content.

Inheritance
System.Object
IndexingInformation
Implements
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class IndexingInformation : Object, IDynamicData

Constructors

IndexingInformation()

Declaration
public IndexingInformation()

Properties

ExecutionDate

Gets or sets when the latest full indexing was executed.

Declaration
public DateTime ExecutionDate { get; set; }
Property Value
Type Description
System.DateTime

Id

Gets or sets the id. Required since this class is persisted in the dynamic data store.

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

ResetIndex

Gets or sets a value indicating whether the index was reset when the indexing was perfomed.

Declaration
public bool ResetIndex { get; set; }
Property Value
Type Description
System.Boolean

Implements

Extension Methods