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

Adds the item permissions for a user or a usergroup. 

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

~/Workarea/webservices/WebServiceAPI/Permissions.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "AddItemPermission", Description = "Adds the item permissions for a user or a usergroup.")]
public bool AddItemPermission(UserPermissionData userPermData);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "AddItemPermission", Description = "Adds the item permissions for a user or a usergroup.")>
Public Function AddItemPermission(userPermData As UserPermissionData) As bool
Parameters 
Description 
userPermData 
User's Permissions Data. 

False if it's successful.

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!