Moves node and its children under new parent URI.
Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub MoveBranch ( _
    nodeUri As String, _
    newParentNodeUri As String _
)
[WebMethodAttribute]
public void MoveBranch(
    string nodeUri,
    string newParentNodeUri
)
[WebMethodAttribute]
public:
void MoveBranch(
    String^ nodeUri, 
    String^ newParentNodeUri
)
[<WebMethodAttribute>]
member MoveBranch : 
        nodeUri:string * 
        newParentNodeUri:string -> unit
public function MoveBranch(
    nodeUri : String, 
    newParentNodeUri : String
)
Parameters
- nodeUri
 Type: System.String
- newParentNodeUri
 Type: System.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.