View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.Repository

Repository.AllowForking Property

Either true to allow private forks, or false to prevent private forks

public bool AllowForking { get; set; }

Property Value

System.Boolean