SecurityScopeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the scopes of security that are available for a SharePoint site.
public enum class SecurityScopeEnum
public enum SecurityScopeEnum
type SecurityScopeEnum =
Public Enum SecurityScopeEnum
- Inheritance
-
SecurityScopeEnum
Fields
All | 3 | Return all items. |
Catalog | 1 | Return catalog items. |
Model | 2 | Return model items. |
System | 0 | Return system items. |
Unknown | 4 | The unknown scope of security. |
Remarks
Used by the ListRoles and ListTasks methods to specify the security scope of items to return.