Edit

Share via


GitTreeEntryRef Class

Definition

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

Constructors

GitTreeEntryRef()
GitTreeEntryRef(String, String, Int32, Int32)

Properties

GitObjectType

Blob or tree

Mode

Mode represented as octal string

ObjectId

SHA1 hash of git object

RelativePath

Path relative to parent tree object

Size

Size of content

Url

url to retrieve tree or blob

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

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

Applies to