Table of Contents

Class Deployment

Namespace
The.Management
Assembly
Instagile.dll

Information about a downloadable client app.

public class Deployment
Inheritance
Deployment
Inherited Members

Properties

Contents

Optional list of individual files within the archive.

public DeploymentFile[]? Contents { get; set; }

Property Value

DeploymentFile[]

Environment

public string? Environment { get; set; }

Property Value

string

Filename

Filename of an archive containing the whole deployment.

public string? Filename { get; set; }

Property Value

string

PartialPath

URL which can be queried for a partial archive containing only some files.

public string? PartialPath { get; set; }

Property Value

string

Path

URL for an archive containing the whole deployment.

public string? Path { get; set; }

Property Value

string

Version

public string? Version { get; set; }

Property Value

string

Methods

Clone()

public Deployment Clone()

Returns

Deployment