ReportingService2005.RemoveAllModelItemPolicies(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.