Edit

Share via


WorkItemTrackingHttpClientBase.DeleteClassificationNodeAsync Method

Definition

Overloads

DeleteClassificationNodeAsync(String, TreeStructureGroup, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Delete an existing classification node.

DeleteClassificationNodeAsync(Guid, TreeStructureGroup, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Delete an existing classification node.

DeleteClassificationNodeAsync(String, TreeStructureGroup, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Delete an existing classification node.

public virtual System.Threading.Tasks.Task DeleteClassificationNodeAsync (string project, Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.TreeStructureGroup structureGroup, string path = null, Nullable<int> reclassifyId = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteClassificationNodeAsync : string * Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.TreeStructureGroup * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteClassificationNodeAsync : string * Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.TreeStructureGroup * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
String

Project ID or project name

structureGroup
TreeStructureGroup

Structure group of the classification node, area or iteration.

path
String

Path of the classification node.

reclassifyId
Nullable<Int32>

Id of the target classification node for reclassification.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

DeleteClassificationNodeAsync(Guid, TreeStructureGroup, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Delete an existing classification node.

public virtual System.Threading.Tasks.Task DeleteClassificationNodeAsync (Guid project, Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.TreeStructureGroup structureGroup, string path = null, Nullable<int> reclassifyId = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteClassificationNodeAsync : Guid * Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.TreeStructureGroup * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteClassificationNodeAsync : Guid * Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.TreeStructureGroup * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
Guid

Project ID

structureGroup
TreeStructureGroup

Structure group of the classification node, area or iteration.

path
String

Path of the classification node.

reclassifyId
Nullable<Int32>

Id of the target classification node for reclassification.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to