View on GitHub

GithubClient

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

GithubClient

GithubClient.Git

Tree Class

A Git tree object creates the hierarchy between files in a Git repository

public class Tree : GithubClient.Git.GitObject

Inheritance System.Object 🡒 GitObject 🡒 Tree

See Also

Properties  
Mode The file mode; one of 100644 for file (blob), 100755 for executable (blob), 040000 for subdirectory (tree), 160000 for submodule (commit), or 120000 for a blob that specifies the path of a symlink.
Path Path to the object
Size File size in bytes
Type Either blob, tree, or commit