Method WithVisioForViewOrElement
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
WithVisioForViewOrElement(string, string)
Adds the specified Visio file.
public IAppPackageBuilder WithVisioForViewOrElement(string visioFilePath, string version)
Parameters
Returns
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.