Share via


SecurityScopeEnum-Enumeration

Defines the scopes of security that are available for a SharePoint site.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SecurityScopeEnum
'Usage
Dim instance As SecurityScopeEnum
[SerializableAttribute]
public enum SecurityScopeEnum
[SerializableAttribute]
public enum class SecurityScopeEnum
[<SerializableAttribute>]
type SecurityScopeEnum
public enum SecurityScopeEnum

Member

Membername Beschreibung
System Return system items.
Catalog Return catalog items.
Model Return model items.
All Return all items.
Unknown

Hinweise

Used by the ListRoles and ListTasks methods to specify the security scope of items to return.

Siehe auch

Verweis