Click or drag to resize

IDiskPublishOptions Interface

Defines options for publishing to local disk / plain html

Namespace:  GenerateVisioSvg
Assembly:  GenerateVisioSvg (in GenerateVisioSvg.dll) Version: 1.2.3.0 (1.2.3.0)
Syntax
C#
public interface IDiskPublishOptions

The IDiskPublishOptions type exposes the following members.

Properties
  NameDescription
Public propertyBasePath
Target path for the file. The name is set by the "FileName" parameter in the options
Public propertyTargetUrl
The target file/url on disk (to be opened)
Top
See Also