Method WithCompanionFiles
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
WithCompanionFiles(string)
Adds the companion files to the package.
IAppPackageBuilder WithCompanionFiles(string directoryPath)
Parameters
directoryPath
stringDirectory path where the files are located.
Returns
- IAppPackageBuilder
A reference to this instance after this operation has completed.
Exceptions
- ArgumentException
In case
directoryPath
is null or white-space.