ICommonStructureService.MoveBranch Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Sub MoveBranch ( _
    nodeUri As String, _
    newParentNodeUri As String _
)
void MoveBranch(
    string nodeUri,
    string newParentNodeUri
)
void MoveBranch(
    String^ nodeUri, 
    String^ newParentNodeUri
)
abstract MoveBranch : 
        nodeUri:string * 
        newParentNodeUri:string -> unit 
function MoveBranch(
    nodeUri : String, 
    newParentNodeUri : String
)

Parameters

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Server Namespace