Class SearchStatistics
Inheritance
SearchStatistics
Assembly: DotNetNuke.dll
Syntax
public class SearchStatistics
Constructors
SearchStatistics()
Declaration
public SearchStatistics()
Properties
IndexDbSize
Declaration
public long IndexDbSize { get; set; }
Property Value
IndexLocation
Declaration
public string IndexLocation { get; set; }
Property Value
LastModifiedOn
Declaration
public DateTime LastModifiedOn { get; set; }
Property Value
TotalActiveDocuments
Declaration
public int TotalActiveDocuments { get; set; }
Property Value
TotalDeletedDocuments
Declaration
public int TotalDeletedDocuments { get; set; }
Property Value
Extension Methods