LabelBulkEditor.delete(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.