View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Repositories.Repository

Repository.HasWiki Property

Either true to enable the wiki for this repository or false to disable it.

public bool HasWiki { get; set; }

Property Value

System.Boolean