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

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:

~/Workarea/webservices/WebServiceAPI/Permissions.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "EnableFolderInheritance", Description = "Deletes a user or a group from the item's permissions")]
public bool EnableFolderInheritance(long id);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "EnableFolderInheritance", Description = "Deletes a user or a group from the item's permissions")>
Public Function EnableFolderInheritance(id As long) As bool
Parameters 
Description 
id 
The Folder ID. 

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!