Master page fly out quick launch menu in SharePoint 15 March 2011 It is very simple to modify the appearance of “Quick launch” by setting attributes of master page. You can change attributes to collapse the menu view to heading and the fly out menu will be used to show subordinate menu items. The menu…
Create document library programmatically in SharePoint 15 March 2011 I have come across a scenario where I needed to create a document library programmatically inside SharePoint 2010 site collection, The “Document Library” is actually a list in SharePoint 2010 but just the template type is different. Here is a method which I used to create…
Backup/restore SharePoint site collection using PowerShell 15 March 2011 You can quickly perform site collection backup and restore using PowerShell commands. It is powerful and quick. Back up a site collection using PowerShell 1. Make sure that the user has rights to perform backup. 2. On the “Start” click “All Programs.” 3. Now click on…
Creating SharePoint 2010 permission level programmatically 15 March 2011 If you have many sites under a web application, there will be a situation when you need to use the custom permission for a particular site. Some time you inherit the roles and sometime not. You can create custom permission level programmatically. You can only create…