Table of Contents

Method WithAppPackage

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

WithAppPackage(IAppPackageAppPackage)

Adds the specified app package to the package.

public IAppPackageBuilder WithAppPackage(IAppPackageAppPackage appPackage)

Parameters

appPackage IAppPackageAppPackage

The app package to add to the package.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.

WithAppPackage(string)

Adds the specified app package to the package.

public 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.