Autodesk Vault ProfessionalVault API

GetMessageGroupsByForumId Method

Autodesk.Connectivity.WebServicesForumService

Gets all of the Messages and attachments for a Forum.

Required Permissions

ForumRead

Syntax

public MsgGroup[] GetMessageGroupsByForumId(
   System.long forumId
)
Public Function GetMessageGroupsByForumId( _
   ByVal forumId As System.Long _
) As MsgGroup()

Parameters

NameDescription
forumIdThe ID of the Forum.

Return Value

An array of all Message Groups for the Forum.

See Also