Search Results for

    Show / Hide Table of Contents

    Class ExamineIndexModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: cs.temp.dll.dll
    Syntax
    public class ExamineIndexModel

    Properties

    CanRebuild

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

    HealthStatus

    Declaration
    public string HealthStatus { get; set; }
    Property Value
    Type Description
    System.String

    IsHealthy

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ProviderProperties

    Declaration
    public IReadOnlyDictionary<string, object> ProviderProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>
    In This Article
    • Properties
      • CanRebuild
      • HealthStatus
      • IsHealthy
      • Name
      • ProviderProperties
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX