PermissionMode Enumeration (Microsoft.SharePoint.Utilities)
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

Visual Basic (Declaration)
Public Enumeration PermissionMode
Visual Basic (Usage)
Dim instance As PermissionMode
C#
public enum PermissionMode
Members

 Member nameDescription
AllThe user must have all of the rights specified in the permission mask to view a link. 
AnyThe user must have only one of the rights specified in the permission mask to view a link. 
See Also

Tags :


Page view tracker