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, long)

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 with caller user id", Description = "Gets all messages for a particular object. ")]
public Collection<MessageBoardData> GetAllMessageBoardEntries(long objectId, EkEnumeration.MessageBoardObjectType objectType, PagingInfo paging, long callerUserId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllMessageBoardEntries with caller user id", Description = "Gets all messages for a particular object. ")>
Public Function GetAllMessageBoardEntries(objectId As long, objectType As EkEnumeration.MessageBoardObjectType, paging As PagingInfo, callerUserId As long) 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. 
callerUserId 
The user ID of the member requesting data. 

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!