SPPermissionGroup64 enumeration

Represents the permissions available for role definitions on a Web site.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPPermissionGroup64
'Usage
Dim instance As SPPermissionGroup64
[FlagsAttribute]
public enum SPPermissionGroup64

Members

Member name Description
None Has no permissions on the Web site.
Guest Has limited permissions to view specific pages and page elements. Has access to a specific list but not to the entire site. Includes the following base permissions (see SPBasePermission): Open, BrowseUserInfo, ViewFormPages, UseClientIntegration, UseRemoteAPIs.
Reader Has read-only access to the Web site and cannot add content. Has permissions to view items, personalize Web Parts, use alerts, and create a Web site. In addition to the base permissions of Guest, includes the following base permissions (see SPBasePermission): ViewPages, ViewListItems, OpenItems, ViewVersions, CreateAlerts, CreateSSCSite.
Contributor Has Reader permissions, as well as permissions to add and edit items, manage personal groups and views, and personalize Web Parts Pages. Cannot create lists or document libraries, but can add content to existing ones. In addition to the base permissions of Reader, includes the following base permissions (see SPBasePermission): BrowseDirectories, ManagePersonalViews, UpdatePersonalWebParts, AddDelPrivateWebParts, AddListItems, EditListItems, DeleteListItems, DeleteVersions, EditMyUserInfo.
Editor
WebDesigner Has Contributor permissions, plus permissions to cancel check-out, delete items, manage lists, and add and customize pages. Can modify the structure of the site and create lists or document libraries. In addition to the base permissions of Contributor, includes the following base permissions (see SPBasePermission): AddAndCustomizePages, ManageLists, ApproveItems, ApplyThemeAndBorder, ApplyStyleSheets, CancelCheckout.
Administrator Has full control of the Web site, including the ability to manage groups and to view usage data. Includes the FullMask base permission (see SPBasePermission).
All Has all permissions on the Web site. Includes the base permissions of Administrator.
ValidPermissions Has valid permissions for the site. Includes the following base permissions (see SPBasePermission): ViewListItems, ViewFormPages,AddListItems, EditListItems, DeleteListItems, ApproveItems, CancelCheckout, ManagePersonalViews, ManageLists, Open, ViewPages, AddAndCustomizePages, ApplyThemeAndBorder, ApplyStyleSheets, ViewUsageData, CreateSSCSite, ManageSubwebs, CreateGroups, ManagePermissions, BrowseDirectories, BrowseUserInfo, AddDelPrivateWebParts, UpdatePersonalWebParts, ManageWeb, UseRemoteAPIs, EditMyUserInfo, EnumeratePermissions, OpenItems, ViewVersions, DeleteVersions, ManageAlerts, CreateAlerts.

See also

Reference

Microsoft.SharePoint namespace