Table of Contents

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 string

The template file path.

replaceExisting bool

true to replace an existing template; otherwise, false.

Exceptions

ArgumentNullException

templateFilePath is null.

ArgumentException

templateFilePath is empty or white space.