HasCategory Method
Gets if the application has preferences grouped by the specified category name.
Syntax
System.bool HasCategory(
System.string categoryName
)Function HasCategory( _
ByVal categoryName As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| categoryName | The category name that we are inspecting for preferences. |
Return Value
True if there are preferenced grouped by categoryName. False otherwise.