View on GitHub

GithubClient

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

GithubClient

GithubClient.Repositories.Repository

Repository.Archived Property

true to archive this repository. Note: You cannot unarchive repositories through the API

public bool Archived { get; set; }

Property Value

System.Boolean