You are here: Ektron Namespace > Web Services API > Ektron.Services 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. 

This method can be accessed through the MessageBoard.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Community/MessageBoard.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetAllMessageBoardEntries", Description = "Gets all messages for a particular object. ")]
public Collection<MessageBoardData> GetAllMessageBoardEntries(long objectId, EkEnumeration.MessageBoardObjectType objectType, PagingInfo paging);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllMessageBoardEntries", Description = "Gets all messages for a particular object. ")>
Public Function GetAllMessageBoardEntries(objectId As long, objectType As EkEnumeration.MessageBoardObjectType, paging As PagingInfo) As Collection<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!