Table of Contents

Constructor AppPackageAutomationScriptBuilder

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

AppPackageAutomationScriptBuilder(string, string, string)

Initializes a new instance of the AppPackageAutomationScript.AppPackageAutomationScriptBuilder class.

public AppPackageAutomationScriptBuilder(string name, string version, string scriptFilePath)

Parameters

name string

The name of the Automation script.

version string

The version of the Automation script.

scriptFilePath string

The file path of the Automation script.

Exceptions

ArgumentNullException

name, version or scriptFilePath is null.

ArgumentException

name, version or scriptFilePath is empty or white space or the file does not exist.

AppPackageAutomationScriptBuilder(string, string, byte[])

Initializes a new instance of the AppPackageAutomationScript.AppPackageAutomationScriptBuilder class.

public AppPackageAutomationScriptBuilder(string name, string version, byte[] scriptContent)

Parameters

name string

The name of the Automation script.

version string

The version of the Automation script.

scriptContent byte[]

The file path of the Automation script.

Exceptions

ArgumentNullException

name, version or scriptContent is null.

ArgumentException

name or version is empty or white space.