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

Deletes single message board record. 

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 = "DeleteMessageBoardEntry with caller user id", Description = "Deletes single message board record.")]
public bool DeleteMessageBoardEntry(long messageId, long objectId, EkEnumeration.MessageBoardObjectType objectType, long callerUserId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "DeleteMessageBoardEntry with caller user id", Description = "Deletes single message board record.")>
Public Function DeleteMessageBoardEntry(messageId As long, objectId As long, objectType As EkEnumeration.MessageBoardObjectType, callerUserId As long) As bool
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 deleting the message. 

Returns true when the message is deleted successfully.

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!