Table of Contents

Class Installation

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

Internal message used internally during installation.

Each part of the installation will return the status / message when installing.

public class Installation
Inheritance
Installation

Properties

Alias

current alias value from server

public Alias Alias { get; set; }

Property Value

Alias

Message

Message or error in case something failed.

public string Message { get; set; }

Property Value

string

Success

Status if everything worked.

public bool Success { get; set; }

Property Value

bool