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