You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Permissions Class > Permissions Methods > GetUserPermissions Method > GetUserPermissions
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Permissions.GetUserPermissions Method (long, string, long, string, ContentAPI.PermissionUserType, ContentAPI.PermissionRequestType)

Loads the user permissions as a array of UserPermissionData. 

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

~/Workarea/webservices/WebServiceAPI/Permissions.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetUserPermissions By PermissionType", Description = "Loads the user permissions as a array of UserPermissionData.")]
public UserPermissionData[] GetUserPermissions(long Id, string ItemType, long UserId, string UserGroupList, ContentAPI.PermissionUserType PermissionType, ContentAPI.PermissionRequestType PermissionRequest);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetUserPermissions By PermissionType", Description = "Loads the user permissions as a array of UserPermissionData.")>
Public Function GetUserPermissions(Id As long, ItemType As string, UserId As long, UserGroupList As string, PermissionType As ContentAPI.PermissionUserType, PermissionRequest As ContentAPI.PermissionRequestType) As UserPermissionData()
Parameters 
Description 
Id 
The item's ID. 
ItemType 
The item's type. 
UserId 
The user's ID. 
UserGroupList 
The group list. 
PermissionType 
PermissionUserType 
PermissionRequest 
PermissionRequestType 

Ektron.Cms.UserPermissionData()

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!