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

Determines whether a Role Member is allowed to work with a given folder as an administrator or not. Administrations privileges are for the given folder only. Roles provide the ability to offload/delegate some of the administrator's tasks onto other users, without giving full administration privileges to a user. 

This method can be accessed through the User.asmx file located in:

~/Workarea/webservices/WebServiceAPI/User/User.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "IsARoleMemberForFolder", Description = "")]
public bool IsARoleMemberForFolder(long RoleId, long FolderId, long UserId, bool GroupFlag);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "IsARoleMemberForFolder", Description = "")>
Public Function IsARoleMemberForFolder(RoleId As long, FolderId As long, UserId As long, GroupFlag As bool) As bool
Parameters 
Description 
RoleId 
 
FolderId 
The numeric folder ID for which you are giving the Role Member privileges. 
UserId 
 
GroupFlag 
 
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!