Specifies whether the user must have all of the rights specified in the permission mask to view a link, or only one of the rights specified in the permission mask.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Enumeration PermissionMode
Dim instance As PermissionMode
public enum PermissionMode
| | Member name | Description |
|---|
| All | The user must have all of the rights specified in the permission mask to view a link. |
| Any | The user must have only one of the rights specified in the permission mask to view a link. |