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

This section describes the Web Service methods used with Permissions. The Permissions Web service is a wrapper for the Permissions API: Ektron.Cms.API.Permissions. These methods can be accessed through the Permissions.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Permissions.asmx

IMPORTANT: If you are accessing these Web Services remotely, you will need to set the authentication header.

C#
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.None)]
public class Permissions : EktronBaseService;
Visual Basic
<WebService(Namespace = "http://tempuri.org/")>
<WebServiceBinding(ConformsTo = WsiProfiles.None)>
Public Class Permissions
Inherits EktronBaseService

Permissions.cs

Name 
Description 
The methods of the Permissions class are listed here. 
 
Name 
Description 
 
Adds the item permissions for a user or a usergroup.
This method can be accessed through the Permissions.asmx file located in:  
 
Deletes a user or a group from the item's permissions.
This method can be accessed through the Permissions.asmx file located in:  
 
Disable permissions inheritance on the content and copies current permissions to the content.
This method can be accessed through the Permissions.asmx file located in:  
 
Disable permissions inheritance on the folder and copies current permissions to the folder.
This method can be accessed through the Permissions.asmx file located in:  
 
Deletes current permissions from the content and enable permissions inheritance on the content.
This method can be accessed through the Permissions.asmx file located in:  
 
Deletes current permissions from the folder and enable permissions inheritance on the folder.
This method can be accessed through the Permissions.asmx file located in:  
 
This is the overview for the GetUserPermissions method overload. 
 
Loads the permission for given object, such as content, folder, task, etc.
This method can be accessed through the Permissions.asmx file located in:  
 
Updates the item permissions for a user or a usergroup.
This method can be accessed through the Permissions.asmx file located in:  
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!