GitPullRequestMergeOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
| GitPullRequestMergeOptions() |
Properties
| DetectRenameFalsePositives | |
| DisableRenames |
If true, rename detection will not be performed during the merge. |
Methods
| Equals(Object) | |
| GetHashCode() | |
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |