Classification.DeleteBranches Method

Delete branches

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteBranches ( _
    nodeUris As String(), _
    reclassifyUri As String _
)
[WebMethodAttribute]
public void DeleteBranches(
    string[] nodeUris,
    string reclassifyUri
)
[WebMethodAttribute]
public:
void DeleteBranches(
    array<String^>^ nodeUris, 
    String^ reclassifyUri
)
[<WebMethodAttribute>]
member DeleteBranches : 
        nodeUris:string[] * 
        reclassifyUri:string -> unit
public 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 artifcats are reclassified

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace