ReportingService2005.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 full name of the model.

Remarks

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

SOAP Headers (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdateModelItemAuthorizationPolicies

Once RemoveAllModelItemPolicies is successfully performed, all model items in the model are visible to any user who can access the model.

Applies to