Method GetCategory
GetCategory(Type)
Get the category name displayed in the searcher menu of a RunStep type.
Declaration
public static string GetCategory(Type type)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | The RunStep type.  | 
    
Returns
| Type | Description | 
|---|---|
| string | The RunStep's category name.  | 
    
GetCategory<T>()
Get the category name displayed in the searcher menu of a RunStep type.
Declaration
public static string GetCategory<T>() where T : RunStep
Returns
| Type | Description | 
|---|---|
| string | The RunStep's category name.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | The RunStep type.  |