Share via


LabelBulkEditor.delete(String) Method

Definition

Deletes a specified label.

public:
 bool delete(System::String ^ label);
public bool delete (string label);
member this.delete : string -> bool
Public Function delete (label As String) As Boolean

Parameters

label
String

A string that specifies the label ID. The string must include an at sign (@) followed by a label file ID and a number.

Returns

true if the label is deleted; otherwise, false.

Applies to