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)

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", Description = "Loads the user permissions as a array of UserPermissionData.")]
public UserPermissionData[] GetUserPermissions(long Id, string ItemType, long UserId, string UserGroupList);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetUserPermissions", 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) As UserPermissionData()
Parameters 
Description 
Id 
The item's ID. 
ItemType 
The item's type. 
UserId 
The user's ID. 
UserGroupList 
The group list. 

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!