Table of Contents

Method WithFunction

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

WithFunction(string)

Adds the SRM function to the package.

public IAppPackageBuilder WithFunction(string directoryPath)

Parameters

directoryPath string

Directory 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.