fbpx

Daily Archives: March 15, 2011

By | March 15, 2011

Master page fly out quick launch menu in SharePoint

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...

By | March 15, 2011

Create document library programmatically in SharePoint

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...

By | March 15, 2011

Backup/restore SharePoint site collection using PowerShell

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...

By | March 15, 2011

Creating SharePoint 2010 permission level programmatically

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...