Method HasOverride
HasOverride(string, string)
Method to check if a Category and Label pair has an override.
Declaration
public bool HasOverride(string category, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | Category name. |
| string | label | Label name. |
Returns
| Type | Description |
|---|---|
| bool | True if override exist, false otherwise. |