Forum.GetCategoryIDs Method
Public Shared Function GetCategoryIDs( _
ByVal forum_id As EntityID, _
ByVal db As IDatabase _
) As IEnumerable(Of EntityID)
This language is not supported or no code example is available.
public static IEnumerable<EntityID> GetCategoryIDs(
EntityID forum_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static IEnumerable<EntityID^>^ GetCategoryIDs(
EntityID^ forum_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- forum_id
- EntityID
the forum id
- db
- IDatabase
the db db
Return Value
IEnumerable<EntityID>the list of entities