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