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 »
Posted on October 16th, 2011 by Master-SharePoint | Comments Off
In this post I explain the steps required to restrict (show/hide) content based on criteria relating to the permissions or authentication status of the current user. References to other tutorials relating to restricting content based on permissions are also provided below.
Read the rest of this entry »
Posted on October 16th, 2011 by Master-SharePoint | Comments Off
How to create a custom User Control for use in SharePoint Master Pages, Application Pages and Web Parts.
Read the rest of this entry »
Posted on October 16th, 2011 by Master-SharePoint | Comments Off
How to include the title of the current site in a Master Page that links to the homepage of the site when clicked:
Read the rest of this entry »
Posted on October 16th, 2011 by Master-SharePoint | Comments Off
When giving full access to a SharePoint 2007 site to a user, there are times where you would like them to have control over the site and navigation, but not the Global Navigation settings for their site. A common occurrence is when the top / global navigation menu should be the same on all sites in a site collection, which can be changed via the navigation settings page of a sub site to break inheritance on the top navigation from the parent site. To restrict the global navigation settings on sub-sites, it is possible to hide this component of the navigation settings page so that only the current site navigation can be modified by a site owner.
Read the rest of this entry »