You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Community Namespace > Classes > MessageBoard Class > MessageBoard Methods > AddMessageBoardEntry
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
MessageBoard.AddMessageBoardEntry Method

Adds a Message Board Entry

C#
public MessageBoardData AddMessageBoardEntry(Long objectId, EkEnumeration.MessageBoardObjectType objectType, String messageText, Boolean isModerated, Long callerUserId);
Visual Basic
Public Function AddMessageBoardEntry(ByVal objectId As Long, ByVal objectType As EkEnumeration.MessageBoardObjectType, ByVal messageText As String, ByVal isModerated As Boolean, ByVal callerUserId As Long) As MessageBoardData
Parameters 
Description 
objectId 
The ID of the object that is associated with the message board. 
objectType 
The type of object. 
messageText 
the text of the message being added to the board. 
isModerated 
The moderation switch. 
callerUserId 
The user ID of the member requesting data. 
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!