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
appPackageIAppPackageAppPackageThe 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
appPackageFilePathstringFile path of the app package to add to the package.
Returns
- IAppPackageBuilder
A reference to this instance after this operation has completed.