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.StringThe uri of the node to which artifcats are reclassified
.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.