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

This function determines if the user has administrative privileges for the message board. 

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 = "IsUserMessageBoardAdmin", Description = "This function determines if the user has administrative privileges for the message board.")]
public bool IsUserMessageBoardAdmin(long objectId, EkEnumeration.MessageBoardObjectType objectType, long userId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "IsUserMessageBoardAdmin", Description = "This function determines if the user has administrative privileges for the message board.")>
Public Function IsUserMessageBoardAdmin(objectId As long, objectType As EkEnumeration.MessageBoardObjectType, userId As long) As bool
Parameters 
Description 
userId 
The user ID of the user 

Returns true if the user has administrative privileges.

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!