Method RemoveCategoryLabel
RemoveCategoryLabel(string, string, bool)
Remove a Label from a given Category.
Declaration
public void RemoveCategoryLabel(string category, string label, bool deleteCategory)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | Category to remove from. |
| string | label | Label to remove. |
| bool | deleteCategory | Indicate to remove the Category if it is empty. |