Table of Contents

Method WithAppPackage

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

WithAppPackage(IAppPackageAppPackage)

Adds an app package to the package.

IAppPackageBuilder WithAppPackage(IAppPackageAppPackage appPackage)

Parameters

appPackage IAppPackageAppPackage

App Package.

Returns

IAppPackageBuilder

Application package builder.

WithAppPackage(string)

Adds the specified app package to the package.

IAppPackageBuilder WithAppPackage(string appPackageFilePath)

Parameters

appPackageFilePath string

File path of the app package to add to the package.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.