Specifies the context object to which a permission mask is applied.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax
Visual Basic (Declaration) |
Public Enumeration PermissionContext
|
|
Dim instance As PermissionContext
|
|
public enum PermissionContext
|

Members
| | Member name | Description |
|---|
| CurrentFolder |
Apply a permission mask to the current folder.
|
| CurrentItem |
Apply a permission mask to the current list or document library item.
|
| CurrentList |
Apply a permission mask to the current list.
|
| CurrentSite |
Apply a permission mask to the current site.
|
| RootSite |
Apply a permission mask to the root site of the site collection.
|

See Also