Archive for the ‘Permissions’ Category

Using SPBasePermissions to Manage Content and Rights in SharePoint

Posted on October 18th, 2011 by Master-SharePoint  |  Comments Off

The SPBasePermissions Enumeration is used in many components of the SharePoint object model, which can be used to obtain, set or check permissions for users and content, site, lists / libraries, the User Interface and much more.

When working programmatically with the SharePoint Object model, it is easy to determine which rights a user must have to access content or complete various actions, as well as set permissions.
Read the rest of this entry »