Table of Contents

Method WithVisioForViewOrElement

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

WithVisioForViewOrElement(string, string)

Adds the specified Visio file.

IAppPackageBuilder WithVisioForViewOrElement(string visioFilePath, string version)

Parameters

visioFilePath string

The Visio file path.

version string

The Visio version.

Returns

IAppPackageBuilder

A reference to the builder after this operation has completed.

Exceptions

ArgumentNullException

visioFilePath or visioFilePath is null.

ArgumentException

visioFilePath or version is empty or white space. -or- The specified file is not Visio (.vsdx) file. -or- The specified file does not exist.

InvalidOperationException

A Visio with this name has already been added.