Language
Edit

GitForkRef Class

Definition

Information about a fork ref.

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

Constructors

Name Description
GitForkRef()

Properties

Name Description
Creator (Inherited from GitRef)
IsLocked (Inherited from GitRef)
IsLockedBy (Inherited from GitRef)
Links (Inherited from GitRef)
Name (Inherited from GitRef)
ObjectId (Inherited from GitRef)
PeeledObjectId (Inherited from GitRef)
Repository

The repository ID of the fork.

Statuses (Inherited from GitRef)
Url (Inherited from GitRef)

Methods

Name Description
SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to