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...
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...
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...
SharePoint 2010 web application regional settings 15 March 2011 You can change Time Zone of your webapplication by using “Central Admin” site. Do IIS reset to make sure that the changes are updated. You can also change regional settings on...
Enable self-service site creation in SharePoint 2010 Server 9 March 2011 It is an OOTB feature of SharePoint 2010 server which allow user (who have the use self-service site creation permission) to create sites in defined Url namespaces. I...
SharePoint on iPhone (iShare) 7 March 2011 iShare is an iPhone application. By using which user can serach and browse all the required important documents from the phone. It’s the world’s first iphone application. It connects with Microsoft SharePoint...
Configure recycle bin in SharePoint 2010 foundation and server 7 March 2011 The recycle bin in SharePoint is used to help site users to protect and recovery of data. Configure recycle bin in SharePoint 2010 Server You need to...
Change site actions menu text in SharePoint 7 March 2011 The “Site actions” text is set by the “text” property of SharePoint:SiteActions control in master page. The text property is not editable, it is read only. I have done...
SharePoint 2010 Managed Metadata columns programatically 2 March 2011 You can provision managed metadata column into the content type. You need to add the “Metadata” column into the site columns and content type using element xml file, and also...
SharePoint 2010 custom actions page inside Modal Dialog 2 March 2011 If you have a custom action under SharePoint 2010 “welcome menu” or under “site actions menu” and when you click on the custom action you want to open...