ReportingService2006.GetModelItemPolicies(String, String, Boolean) Method

Definition

Retrieves the policies associate with an item in the model hierarchy.

public:
 cli::array <ReportService2006::Policy ^> ^ GetModelItemPolicies(System::String ^ Model, System::String ^ ModelItemID, [Runtime::InteropServices::Out] bool % InheritParent);
public ReportService2006.Policy[] GetModelItemPolicies (string Model, string ModelItemID, out bool InheritParent);
member this.GetModelItemPolicies : string * string * bool -> ReportService2006.Policy[]
Public Function GetModelItemPolicies (Model As String, ModelItemID As String, ByRef InheritParent As Boolean) As Policy()

Parameters

Model
String

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

ModelItemID
String

The ID of the item in the model. If omitted, the permissions for the model root are returned.

InheritParent
Boolean

Indicates whether the policies are inherited from the item's parent.

Returns

Policy[]

An array of Policy objects that describes the groups and their roles that are associated with the item in the catalog.

Remarks

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

SOAP Headers (In) TrustedUserHeaderValue

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

Applies to