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

Adds a Message Board Entry. 

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 = "AddMessageBoardEntry", Description = "Adds a Message Board Entry.")]
public MessageBoardData AddMessageBoardEntry(long objectId, EkEnumeration.MessageBoardObjectType objectType, string messageText, bool isModerated, long callerUserId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "AddMessageBoardEntry", Description = "Adds a Message Board Entry.")>
Public Function AddMessageBoardEntry(objectId As long, objectType As EkEnumeration.MessageBoardObjectType, messageText As string, isModerated As bool, callerUserId As long) As MessageBoardData
Parameters 
Description 
objectId 
The ID of the object associated with the message board. 
objectType 
The type of object. 
messageText 
Text to be added an entry. 
isModerated 
Set to True to if the message board is moderated. 
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!