Enumerazione SecurityScopeEnum

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

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Enumeration SecurityScopeEnum
'Utilizzo
Dim instance As SecurityScopeEnum
public enum SecurityScopeEnum
public enum class SecurityScopeEnum
type SecurityScopeEnum
public enum SecurityScopeEnum

Membri

Nome membro Descrizione
System Return system items.
Catalog Return catalog items.
Model Return model items.
All Return all items.
Unknown Return items not associated with any type.

Osservazioni

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

Vedere anche

Riferimento

Spazio dei nomi ReportService2006