You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes > MessageBoard Class > MessageBoard Methods > GetAllMessageBoardEntries Method > GetAllMessageBoardEntries
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
MessageBoard.GetAllMessageBoardEntries Method (Long, EkEnumeration.MessageBoardObjectType, PagingInfo)

Gets all messages for a particular object.

C#
public Collection(Of MessageBoardData) GetAllMessageBoardEntries(Long objectId, EkEnumeration.MessageBoardObjectType objectType, PagingInfo paging);
Visual Basic
Public Function GetAllMessageBoardEntries(ByVal objectId As Long, ByVal objectType As EkEnumeration.MessageBoardObjectType, ByVal paging As PagingInfo) As Collection(Of MessageBoardData)
Parameters 
Description 
objectId 
The ID of the object. 
objectType 
The type of the object. 
paging 
The paging object. Setting "RecordsPerPage" to zero retrieves all rows. 

Returns a collection of message board data objects for each record retrieved from the database.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!