View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.Repository

Repository.IsTemplate Property

Either true to make this repo available as a template repository or false to prevent it

public bool IsTemplate { get; set; }

Property Value

System.Boolean