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
Returns
- IAppPackageBuilder
A reference to the builder after this operation has completed.
Exceptions
- ArgumentNullException
visioFilePath
orvisioFilePath
is null.- ArgumentException
visioFilePath
orversion
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.