Forum.GetCategories Method
Public Shared Function GetCategories( _
ByVal forum_id As EntityID, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As List(Of ForumCategory)
This language is not supported or no code example is available.
public static List<ForumCategory> GetCategories(
EntityID forum_id,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<ForumCategory^>^ GetCategories(
EntityID^ forum_id,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- forum_id
- EntityID
the id of the forum
- user_id
- EntityID
the user id we want to do this in the context of - null if you want all forums
- db
- IDatabase
the db to use
Return Value
List<ForumCategory>the list of forums