Class AppPackageTemplate
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
Represents a template included in an application package.
public abstract class AppPackageTemplate : IAppPackageTemplate
- Inheritance
-
AppPackageTemplate
- Implements
- Derived
- Extension Methods
Constructors
- AppPackageTemplate(string, bool)
Initializes a new instance of the AppPackageTemplate class.
Properties
- ReplaceExisting
Gets a value indicating whether to replace an existing template;
- TemplateFilePath
Gets the template file path.
Methods
- UpdateMetaData(IAppPackageProtocol)
Creates a temporary file and updates the template meta data to have the correct name, protocol name, and protocol version.
- UpdateMetaData(string, string, string)
Creates a temporary file and updates the template meta data to have the correct name, protocol name, and protocol version.