ReportingService2006.InheritParentSecurity(String) Method

Definition

Deletes the policies associated with an item. As a result, the item inherits the policies from its parent.

public:
 void InheritParentSecurity(System::String ^ Item);
public void InheritParentSecurity (string Item);
member this.InheritParentSecurity : string -> unit
Public Sub InheritParentSecurity (Item As String)

Parameters

Item
String

The fully qualified URL of the item including the file name and extension.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.ManagePermissions>

When you delete the policies that are associated with an item, the item inherits the policies that are associated with its parent. Policies that are deleted from an item are also deleted from child items that inherit those policies.

Applies to