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

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:

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

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!