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

Gets a specific message from a message board based on the message ID, object ID, object type, the moderation switch and user ID requesting the data.

C#
public MessageBoardData GetMessageBoardEntry(Long MessageId, Long objectId, EkEnumeration.MessageBoardObjectType objectType, Long callerUserId, Boolean isModerated);
Visual Basic
Public Function GetMessageBoardEntry(ByVal MessageId As Long, ByVal objectId As Long, ByVal objectType As EkEnumeration.MessageBoardObjectType, ByVal callerUserId As Long, ByVal isModerated As Boolean) As MessageBoardData
Parameters 
Description 
MessageId 
The unique ID of the message. 
objectId 
The ID of the object that has the message board. 
objectType 
The type of object. 
callerUserId 
The user ID of the member requesting data. 
isModerated 
The moderation switch. 

The message board data object with the data 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!