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

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:

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