Method WithVisio
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
WithVisio(string)
Adds the specified Visio file.
public IAppPackageProtocolBuilder WithVisio(string visioFilePath)
Parameters
visioFilePath
stringThe 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.