Edit

GitPullRequestMergeOptions Class

Definition

The options which are used when a pull request merge is created.

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

Constructors

Name Description
GitPullRequestMergeOptions()

Properties

Name Description
DetectRenameFalsePositives
DisableRenames

If true, rename detection will not be performed during the merge.

Methods

Name Description
Equals(Object)
GetHashCode()
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

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

Applies to