Class InstallationResult
Represents the result of an installation operation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Installer
Assembly: Umbraco.Core.dll
Syntax
public class InstallationResult
Constructors
View SourceInstallationResult()
Declaration
public InstallationResult()
Properties
View SourceErrorMessage
Gets ore sets a string specifying why the installation failed.
Declaration
public string? ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |