BuildMaster SDK Reference
Version:

ConfigurationFileDeploymentOptions Class

Contains options for deploying a configuration file.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.ConfigurationFiles.ConfigurationFileDeploymentOptions

Syntax

public class ConfigurationFileDeploymentOptions

Constructors

Name Description
ConfigurationFileDeploymentOptions

Initializes a new instance of the ConfigurationFileDeploymentOptions class.

Properties

Name Description
ConfigurationFileId

Gets or sets the ID of the configuration file to deploy.

FileName

Gets or sets the configuration file name to deploy; null (Nothing in Visual Basic) indicates that the default name is used.

InstanceName

Gets or sets the name of the configuration file instance to deploy.

TargetDirectory

Gets or sets the directory into which the configuration file will be deployed.

UserName

Gets or sets the name of the user to use when recording this deployment.

VersionNumber

Gets or sets the version number of the configuration file to deploy.