Expand Minimize
7 out of 16 rated this helpful - Rate this topic

SPBasePermissions Enumeration

Windows SharePoint Services 3
Specifies the built-in permissions available in Windows SharePoint Services.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
[FlagsAttribute] 
public enum SPBasePermissions : ulong
 Member nameDescription
AddAndCustomizePagesAdd, change, or delete HTML pages or Web Part Pages, and edit the Web site using a Windows SharePoint Services–compatible editor. 
AddDelPrivateWebPartsAdd or remove personal Web Parts on a Web Part Page. 
AddListItemsAdd items to lists, add documents to document libraries, and add Web discussion comments. 
ApplyStyleSheetsApply a style sheet (.css file) to the Web site. 
ApplyThemeAndBorderApply a theme or borders to the entire Web site. 
ApproveItemsApprove a minor version of a list item or document. 
BrowseDirectoriesEnumerate files and folders in a Web site using Microsoft Office SharePoint Designer 2007 and WebDAV interfaces. 
BrowseUserInfoView information about users of the Web site. 
CancelCheckoutDiscard or check in a document which is checked out to another user. 
CreateAlertsCreate e-mail alerts. 
CreateGroupsCreate a group of users that can be used anywhere within the site collection. 
CreateSSCSiteCreate a Web site using Self-Service Site Creation. 
DeleteListItemsDelete items from a list, documents from a document library, and Web discussion comments in documents. 
DeleteVersionsDelete past versions of a list item or document. 
EditListItemsEdit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries. 
EditMyUserInfoAllows a user to change his or her user information, such as adding a picture. 
EmptyMaskHas no permissions on the Web site. Not available through the user interface. 
EnumeratePermissionsEnumerate permissions on the Web site, list, folder, document, or list item. 
FullMaskHas all permissions on the Web site. Not available through the user interface. 
ManageAlertsManage alerts for all users of the Web site. 
ManageListsCreate and delete lists, add or remove columns in a list, and add or remove public views of a list. 
ManagePermissionsCreate and change permission levels on the Web site and assign permissions to users and groups. 
ManagePersonalViewsCreate, change, and delete personal views of lists. 
ManageSubwebsCreate subsites such as team sites, Meeting Workspace sites, and Document Workspace sites.  
ManageWebGrant the ability to perform all administration tasks for the Web site as well as manage content. Activate, deactivate, or edit properties of Web site scoped Features through the object model or through the user interface (UI). When granted on the root Web site of a site collection, activate, deactivate, or edit properties of site collection scoped Features through the object model. To browse to the Site Collection Features page and activate or deactivate site collection scoped Features through the UI, you must be a site collection administrator. 
OpenAllow users to open a Web site, list, or folder to access items inside that container. 
OpenItemsView the source of documents with server-side file handlers. 
UpdatePersonalWebPartsUpdate Web Parts to display personalized information. 
UseClientIntegrationUse features that launch client applications; otherwise, users must work on documents locally and upload changes.  
UseRemoteAPIsUse SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the Web site. 
ViewFormPagesView forms, views, and application pages, and enumerate lists. 
ViewListItemsView items in lists, documents in document libraries, and view Web discussion comments. 
ViewPagesView pages in a Web site. 
ViewUsageDataView reports on Web site usage. 
ViewVersionsView past versions of a list item or document. 
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.