Method UpdateMetaData
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
UpdateMetaData(IAppPackageProtocol)
Creates a temporary file and updates the template meta data to have the correct name, protocol name, and protocol version.
public abstract FileInfo UpdateMetaData(IAppPackageProtocol protocol)
Parameters
protocol
IAppPackageProtocolThe protocol.
Returns
- FileInfo
FileInfo from the new file.
UpdateMetaData(string, string, string)
Creates a temporary file and updates the template meta data to have the correct name, protocol name, and protocol version.
protected FileInfo UpdateMetaData(string protocolName, string protocolVersion, string trimLowerString)
Parameters
protocolName
stringName of the protocol.
protocolVersion
stringVersion of the protocol.
trimLowerString
stringThe prefix for the template filename (e.g.: "trending_", "template_", ...).
Returns
- FileInfo
FileInfo from the new file.