TeamFoundationVersionControlService.Merge Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Merge(TeamFoundationRequestContext, String, String, ItemSpec, ItemSpec, VersionSpec, VersionSpec, LockLevel, MergeOptionsEx, array<String[]) | Return the list of GetOperations for pending merges automatically resolved and conflicts for the ones that are not automatically resolved. | |
Merge(TeamFoundationRequestContext, String, String, ItemSpec, ItemSpec, VersionSpec, VersionSpec, LockLevel, MergeOptionsEx, array<String[], array<String[]) | Return the list of GetOperations for pending merges automatically resolved and conflicts for the ones that are not automatically resolved. | |
Merge(TeamFoundationRequestContext, String, String, ItemSpec, ItemSpec, VersionSpec, VersionSpec, LockLevel, MergeOptionsEx, array<String[], array<String[], PathLength) | Return the list of GetOperations for pending merges automatically resolved and conflicts for the ones that are not automatically resolved. |
Top