GetMessageGroupsByForumId Method
Gets all of the Messages and attachments for a Forum.
Required Permissions
ForumReadSyntax
public MsgGroup[] GetMessageGroupsByForumId(
System.long forumId
)Public Function GetMessageGroupsByForumId( _
ByVal forumId As System.Long _
) As MsgGroup()Parameters
| Name | Description |
|---|---|
| forumId | The ID of the Forum. |
Return Value
An array of all Message Groups for the Forum.