ReportingService2006.RemoveAllModelItemPolicies(String) Method

Definition

Deletes all policies associate with model items in the specified model.

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

Parameters

Model
String

The fully qualified URL of the model including the file name and .smdl file name 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>

After RemoveAllModelItemPolicies is successfully performed, all model items in the model will be visible to any user who can access the model.

Applies to