Forum.GetCategory Method
Public Shared Function GetCategory( _
ByVal cat_id As EntityID, _
ByVal db As IDatabase _
) As ForumCategory
This language is not supported or no code example is available.
public static ForumCategory GetCategory(
EntityID cat_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static ForumCategory^ GetCategory(
EntityID^ cat_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- cat_id
- EntityID
the category id
- db
- IDatabase
the database
Return Value
ForumCategorythe forum category, null if not found