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
IAppPackageAppPackageApp Package.
Returns
- IAppPackageBuilder
Application package builder.
WithAppPackage(string)
Adds the specified app package to the package.
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.