Table of Contents

Method WithHelp

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

WithHelp(string)

Adds the specified help file.

IAppPackageProtocolBuilder WithHelp(string helpFilePath)

Parameters

helpFilePath string

The help file path.

Returns

IAppPackageProtocolBuilder

A reference to this instance after the operation has completed.

Exceptions

ArgumentNullException

helpFilePath is null.

ArgumentException

The specified path is empty. -or- The specified file does not exist. -or- The specified does not have the name 'index.htm'.

InvalidOperationException

A Help has already been added.