PermissionMode enumeration
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)
Syntax
'Declaration
Public Enumeration PermissionMode
'Usage
Dim instance As PermissionMode
public enum PermissionMode
Members
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. |