ICommonStructureService.DeleteBranches Method

Deletes one or more branches

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

Syntax

'Declaration
Sub DeleteBranches ( _
    nodeUris As String(), _
    reclassifyUri As String _
)
'Usage
Dim instance As ICommonStructureService 
Dim nodeUris As String()
Dim reclassifyUri As String

instance.DeleteBranches(nodeUris, reclassifyUri)
void DeleteBranches(
    string[] nodeUris,
    string reclassifyUri
)
void DeleteBranches(
    array<String^>^ nodeUris, 
    String^ reclassifyUri
)
function DeleteBranches(
    nodeUris : String[], 
    reclassifyUri : String
)

Parameters

  • nodeUris
    Type: array<System.String[]

    The URIs of the nodes that are the roots of the branches to be deleted

  • reclassifyUri
    Type: System.String

    The URI of the node to which artifacts are reclassified

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace