Tuesday, April 30, 2013

Retrieve all web site title and list title in current site collection in SharePoint

In this post we will discuss how to retrieve all web site title and list title of the current site collection using SharePoint 2010 object model.

Also you can check out my previous posts on Create custom page layout in SharePoint 2013, Fix width of master page in SharePoint 2010 and Create custom permission level in SharePoint 2013.

Below is the full code:

SPSite siteCollection = SPContext.Current.Site;

SPWebCollection collWebsite = siteCollection.AllWebs;

Thursday, April 18, 2013

Linked Data Sources in SharePoint 2010

In this post we will discuss what is linked data sources in SharePoint 2010. Also you can check my previous posts on Hide Ribbon from Read Access users in SharePoint 2010, Backup of Site collection in SharePoint 2010 and SPWeb.GetSubwebsForCurrentUser Method SharePoint 2010.

- A linked data source allows the designer to combine the data from multiple data sources into a single set of data. The data sources being linked need not be of the same type.

Wednesday, April 17, 2013

Create new site group in SharePoint 2013

In this post we will discuss how to create a site group in SharePoint 2013. Also you can see my previous post on Cross site publishing in SharePoint 2013, Hardware and Software requirement for SharePoint 2013 and New master pages in SharePoint 2013.

Follow below steps to create new site SharePoint group:

Step-1:
From the Top level of site collection go to Site Actions -> Site Settings.

Tuesday, April 16, 2013

Add user to group in SharePoint 2013

In this post we will discuss about how to add user to a SharePoint group in SharePoint 2013. Also you can check out my previous posts on Hover panel in SharePoint 2013 search, Reindex feature in List and document library in SharePoint 2013 and What's new in workflow in SharePoint server 2013.

Follow below steps to Add user to SharePoint group:

Step-1:
From the Top level of site collection go to Site Actions -> Site Settings.

Create custom permission level in SharePoint 2013

In this post we will discuss about how to create a custom permission level in SharePoint 2013. You can also check out eDiscovery in SharePoint 2013, HTML field security option in SharePoint 2013 and OAuth in SharePoint 2013.

Follow below steps to create custom permission level:

Step-1:
From the Top level of site collection go to Site Actions -> Site Settings.

Sunday, April 14, 2013

SharePoint 2013 out of box templates

In this post we will discuss about various out of box templates in SharePoint 2013. Below are out of box templates category wise:

1- Collaboration Templates:
- Team Site: This template is useful for a team that needs to share general content.

- Blog: This template is useful when you want to empower a user or group of users to publish information related to a topic on an intranet or employee portal.

- Project Site: This template is used for a project team that requires a common location for the storage of project documentation, milestones, and assignments.

Saturday, April 6, 2013

Benefits of SharePoint 2013

In this video tutorial, it explains about various benefits of SharePoint 2013. The video is from Gig Werks company.

Also check out various articles on Create visual webpart in SharePoint 2013, Get user profile properties in SharePoint 2013 using object model,  New in mobile devices in SharePoint 2013.

Also check out various new features of SharePoint 2013.