Click or drag to resize

IGitHubPublishOptions Interface

Defines options for publishing to github / html

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

The IGitHubPublishOptions type exposes the following members.

Properties
  NameDescription
Public propertyGitHubRepositoryName
The target github repository name
Public propertyGitHubUseRawGit
Use RawGit service instead of the default GitHub pages service for serving the pagest
Public propertyTargetUrl
Stores the target git hub url (if already published)
Top
See Also