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

Loads the user permissions as a array of UserPermissionData. 

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 = "GetUserPermissions", Description = "")]
public UserPermissionData[] GetUserPermissions(long Id, string ItemType, long UserId, string UserGroupList, EkContent.PermissionUserType PermissionType, EkContent.PermissionRequestType PermissionRequest);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetUserPermissions", Description = "")>
Public Function GetUserPermissions(Id As long, ItemType As string, UserId As long, UserGroupList As string, PermissionType As EkContent.PermissionUserType, PermissionRequest As EkContent.PermissionRequestType) As UserPermissionData()
Parameters 
Description 
Id 
The item's numeric ID. 
ItemType 
The item's type. 
UserId 
The user's numeric ID. 
UserGroupList 
The group list. 
PermissionType 
PermissionUserType 
PermissionRequest 
PermissionRequestType 

Ektron.Cms.UserPermissionData()

A user with administrator privileges must be logged in to perform this operation.

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!