Table of Contents

Method WithVisio

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

WithVisio(string)

Adds the specified Visio file.

IAppPackageProtocolBuilder WithVisio(string visioFilePath)

Parameters

visioFilePath string

The Visio file path.

Returns

IAppPackageProtocolBuilder

A reference to this instance after the operation has completed.

Exceptions

ArgumentNullException

visioFilePath is null.

ArgumentException

The specified path is empty. -or- The specified file is not an Visio (.vsdx) file. -or- The specified file does not exist. -or- A Visio with this name has already been added.

InvalidOperationException

A Visio with this name has already been added.