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

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:

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