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

GitForkRef()

Properties

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

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to