This documentation is archived and is not being maintained.
ResolutionOptions::NewPath Property
Visual Studio 2013
Gets or sets the location of the item that was moved to resolve a conflict.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Examples: When a merge conflict will be resolved with the AcceptMerge resolution and a conflicting pending rename occurs, this property contains the desired name. If the name is null, the conflict will not be resolved.
When a namespace conflict will be resolved with the AcceptYoursRenameTheirs resolution, this property contains the new location of the item that is coming down in the conflict.
When a namespace conflict will be resolved with the AcceptMerge resolution, this property contains the new location of the local item that was in the way of the server item that attempted to come down in the conflict.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: