Method GetCategoryLabelNames
GetCategoryLabelNames(string)
Returns the labels' name for the given name.
Declaration
public IEnumerable<string> GetCategoryLabelNames(string category)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | Category name. |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> | A Enumerable string representing labels' name. |