Table of Contents

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 IAppPackageProtocol

The 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 string

Name of the protocol.

protocolVersion string

Version of the protocol.

trimLowerString string

The prefix for the template filename (e.g.: "trending_", "template_", ...).

Returns

FileInfo

FileInfo from the new file.