Поделиться через


Метод ReportingService2006.GetPolicies

Returns the policies that are associated with a particular item in a SharePoint library.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Function GetPolicies ( _
    Item As String, _
    <OutAttribute> ByRef InheritParent As Boolean _
) As Policy()
'Применение
Dim instance As ReportingService2006 
Dim Item As String 
Dim InheritParent As Boolean 
Dim returnValue As Policy()

returnValue = instance.GetPolicies(Item, _
    InheritParent)
public Policy[] GetPolicies(
    string Item,
    out bool InheritParent
)
public:
array<Policy^>^ GetPolicies(
    String^ Item, 
    [OutAttribute] bool% InheritParent
)
member GetPolicies : 
        Item:string * 
        InheritParent:bool byref -> Policy[] 
public function GetPolicies(
    Item : String, 
    InheritParent : boolean
) : Policy[]

Параметры

  • Item
    Тип: System.String
    The fully qualified URL of the item including the file name and extension.
  • InheritParent
    Тип: System.Boolean%
    A Boolean expression that indicates whether the item inherits policies from its parent.

Возвращаемое значение

Тип: array<ReportService2006.Policy[]
An array of Policy objects that contains the users and roles associated with the item.

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

EnumeratePermissions

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006