Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Declaration
Public Enumeration PermissionMode
'Usage
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. |