Classification.MoveBranch Method

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

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace