View Source
Class ModelsBuilderResponseModel
Inheritance
System.Object
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 |
|