VersionControlServer.UnlabelItem Method (String, String, array<ItemSpec , VersionSpec)

Removes a label applied to an item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function UnlabelItem ( _
    labelName As String, _
    labelScope As String, _
    itemSpecs As ItemSpec(), _
    version As VersionSpec _
) As LabelResult()
public LabelResult[] UnlabelItem(
    string labelName,
    string labelScope,
    ItemSpec[] itemSpecs,
    VersionSpec version
)
public:
array<LabelResult^>^ UnlabelItem(
    String^ labelName, 
    String^ labelScope, 
    array<ItemSpec^>^ itemSpecs, 
    VersionSpec^ version
)
member UnlabelItem : 
        labelName:string * 
        labelScope:string * 
        itemSpecs:ItemSpec[] * 
        version:VersionSpec -> LabelResult[] 
public function UnlabelItem(
    labelName : String, 
    labelScope : String, 
    itemSpecs : ItemSpec[], 
    version : VersionSpec
) : LabelResult[]

Parameters

  • labelScope
    Type: System.String

    The repository path representing the scope at which the label is defined.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.LabelResult[]
Results of the label operations.

.NET Framework Security

See Also

Reference

VersionControlServer Class

UnlabelItem Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace