You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > MessageBoard Class > MessageBoard Methods > GetAllMessageBoardEntriesByUser Method > GetAllMessageBoardEntriesByUser
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
MessageBoard.GetAllMessageBoardEntriesByUser Method (long, EkEnumeration.MessageBoardObjectType, long, PagingInfo)

Gets all messages entered by a user. 

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 = "GetAllMessageBoardEntriesByUser", Description = "Gets all messages for a particular user. ")]
public Collection<MessageBoardData> GetAllMessageBoardEntriesByUser(long objectId, EkEnumeration.MessageBoardObjectType objectType, long userId, PagingInfo paging);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllMessageBoardEntriesByUser", Description = "Gets all messages for a particular user. ")>
Public Function GetAllMessageBoardEntriesByUser(objectId As long, objectType As EkEnumeration.MessageBoardObjectType, userId As long, paging As PagingInfo) As Collection<MessageBoardData>
Parameters 
Description 
objectId 
The ID of the object. 
objectType 
The type of the object. 
userId 
The user ID for which to retrieve data. 
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!