Returns a category
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax BlazeCategory GetCategory(
string categoryId
)
Function GetCategory (
categoryId As String
) As BlazeCategory
Parameters
- categoryId
- Type: SystemString
The category ID.
Return Value
Type:
BlazeCategoryThe category information.
See Also