Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines what the path will be after the moves are applied.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function DeterminePathAfterMoves ( _
path As String _
) As String
public string DeterminePathAfterMoves(
string path
)
public:
String^ DeterminePathAfterMoves(
String^ path
)
member DeterminePathAfterMoves :
path:string -> string
public function DeterminePathAfterMoves(
path : String
) : String
Parameters
- path
Type: System.String
Return Value
Type: System.String
Returns String.
.NET Framework Security
- 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.