.BasePermissions enumerations options in Microsoft.SharePoint.SPRoleDefinition

Posted by steve schofield on ASP.net Weblogs See other posts from ASP.net Weblogs or by steve schofield
Published on Thu, 08 Apr 2010 12:52:00 GMT Indexed on 2010/04/08 13:03 UTC
Read the original article Hit count: 461

Filed under:

I was trying to add a new permission level to Sharepoint 2007 and needed to know all the enumeration options.    Here is the list... 

Specify one of the following enumeration values and try again. The possible enumeration values are "EmptyMask, ViewListItems, AddListItems, EditListItems, DeleteListItems, ApproveItems, OpenItems, ViewVersions, DeleteVersions, CancelCheckout, ManagePersonalViews, ManageLists, ViewFormPages, Open, ViewPages, AddAndCustomizePages, ApplyThemeAndBorder, ApplyStyleSheets, ViewUsageData, CreateSSCSite, ManageSubwebs, CreateGroups, ManagePermissions,BrowseDirectories, BrowseUserInfo, AddDelPrivateWebParts, UpdatePersonalWebParts, ManageWeb, UseClientIntegration, UseRemoteAPIs, ManageAlerts, CreateAlerts, EditMyUserInfo, EnumeratePermissions, FullMask"."

© ASP.net Weblogs or respective owner

Related posts about sharepoint