Class IndexingInformation
Describes the latest full indexing of the site content.
Inheritance
System.Object
IndexingInformation
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.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class IndexingInformation : 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 |