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
templateFilePath
stringThe template file path.
replaceExisting
booltrue
to replace an existing template; otherwise,false
.
Exceptions
- ArgumentNullException
templateFilePath
is null.- ArgumentException
templateFilePath
is empty or white space.