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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration PermissionMode
'Usage
Dim instance As PermissionMode
[SubsetCallableTypeAttribute]
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. |