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

Gets all messages entered by a user.

C#
public Collection(Of MessageBoardData) GetAllMessageBoardEntriesByUser(Long objectId, EkEnumeration.MessageBoardObjectType objectType, Long userId, PagingInfo paging, Long callerUserId);
Visual Basic
Public Function GetAllMessageBoardEntriesByUser(ByVal objectId As Long, ByVal objectType As EkEnumeration.MessageBoardObjectType, ByVal userId As Long, ByVal paging As PagingInfo, ByVal callerUserId As Long) As Collection(Of 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. 
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!