Search Results for

    Show / Hide Table of Contents
    View Source

    Class ModelsBuilderResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ModelsBuilderDashboard
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ModelsBuilderResponseModel

    Properties

    View Source

    CanGenerate

    Declaration
    public bool CanGenerate { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    LastError

    Declaration
    public string LastError { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Mode

    Declaration
    public ModelsMode Mode { get; set; }
    Property Value
    Type Description
    ModelsMode
    View Source

    ModelsNamespace

    Declaration
    public string ModelsNamespace { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    OutOfDateModels

    Declaration
    public bool OutOfDateModels { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    TrackingOutOfDateModels

    Declaration
    public bool TrackingOutOfDateModels { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CanGenerate
      • LastError
      • Mode
      • ModelsNamespace
      • OutOfDateModels
      • TrackingOutOfDateModels
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX