Edit

GitTreeRef Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitTreeRef : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitTreeRef = class
    inherit VersionControlSecuredObject
Public Class GitTreeRef
Inherits VersionControlSecuredObject
Inheritance
Attributes

Constructors

GitTreeRef()

Properties

Links
ObjectId

SHA1 hash of git object

Size

Sum of sizes of all children

TreeEntries

Blobs and trees under this tree

Url

Url to tree

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to