Table of Contents

Class DeploymentInfo

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Deployment.dll
Represents information about a deployment
public class DeploymentInfo
Inheritance
DeploymentInfo
Inherited Members

Constructors

DeploymentInfo(string, string, string)

Initializes a new instance of the DeploymentInfo class.
public DeploymentInfo(string id, string logFolder, string logName)

Parameters

id string
The identifier.
logFolder string
The log folder.
logName string
Name of the log.

Properties

Id

Gets the identifier.
public string Id { get; }

Property Value

string
The identifier.

LogFolder

Gets the log folder.
public string LogFolder { get; }

Property Value

string
The log folder.

LogName

Gets the name of the log.
public string LogName { get; }

Property Value

string
The name of the log.
To top