Constructor AppPackageTemplate
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
AppPackageTemplate(string, bool)
Initializes a new instance of the AppPackageTemplate class.
protected AppPackageTemplate(string templateFilePath, bool replaceExisting)
Parameters
templateFilePathstringThe template file path.
replaceExistingbooltrueto replace an existing template; otherwise,false.
Exceptions
- ArgumentNullException
templateFilePathis null.- ArgumentException
templateFilePathis empty or white space.