Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the names and descriptions of roles for a given SharePoint site.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function ListRoles ( _
SecurityScope As SecurityScopeEnum, _
Path As String _
) As Role()
'Usage
Dim instance As ReportingService2006
Dim SecurityScope As SecurityScopeEnum
Dim Path As String
Dim returnValue As Role()
returnValue = instance.ListRoles(SecurityScope, _
Path)
public Role[] ListRoles(
SecurityScopeEnum SecurityScope,
string Path
)
public:
array<Role^>^ ListRoles(
SecurityScopeEnum SecurityScope,
String^ Path
)
member ListRoles :
SecurityScope:SecurityScopeEnum *
Path:string -> Role[]
public function ListRoles(
SecurityScope : SecurityScopeEnum,
Path : String
) : Role[]
Parameter
- SecurityScope
Typ: ReportService2006.SecurityScopeEnum
A SecurityScopeEnum value that specifies the security scope for the items to return.
- Path
Typ: System.String
The fully qualified URL for the SharePoint site.
Rückgabewert
Typ: array<ReportService2006.Role[]
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
None |
An array of Role objects that contain information about roles for the given site, filtered by the supplied SecurityScopeEnum value.