This documentation is archived and is not being maintained.

ResolutionOptions::NewPath Property

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)

public:
property String^ NewPath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The location of the item that was moved to resolve a conflict.

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.

Show: