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
- namestring
- The name of the Automation script. 
- versionstring
- The version of the Automation script. 
- scriptFilePathstring
- The file path of the Automation script. 
Exceptions
- ArgumentNullException
- name,- versionor- scriptFilePathis null.
- ArgumentException
- name,- versionor- scriptFilePathis 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
- namestring
- The name of the Automation script. 
- versionstring
- The version of the Automation script. 
- scriptContentbyte[]
- The file path of the Automation script. 
Exceptions
- ArgumentNullException
- name,- versionor- scriptContentis null.
- ArgumentException
- nameor- versionis empty or white space.