Search Results for

    Show / Hide Table of Contents
    View Source

    Class ModelsBuilderDashboardController.Dashboard

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.ModelsBuilder
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    [DataContract]
    public class Dashboard

    Properties

    View Source

    CanGenerate

    Declaration
    [DataMember(Name = "canGenerate")]
    public bool CanGenerate { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    LastError

    Declaration
    [DataMember(Name = "lastError")]
    public string LastError { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Mode

    Declaration
    [DataMember(Name = "mode")]
    public ModelsMode Mode { get; set; }
    Property Value
    Type Description
    ModelsMode
    View Source

    OutOfDateModels

    Declaration
    [DataMember(Name = "outOfDateModels")]
    public bool OutOfDateModels { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Text

    Declaration
    [DataMember(Name = "text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CanGenerate
      • LastError
      • Mode
      • OutOfDateModels
      • Text
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX