Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes branches.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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 artifacts 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.