Method WithFunction
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
WithFunction(string)
Adds the SRM function to the package.
IAppPackageBuilder WithFunction(string directoryPath)
Parameters
directoryPath
stringDirectory path where the function solution 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.