Click here to Skip to main content
15,886,137 members
Articles / Productivity Apps and Services / Sharepoint

Simple Steps to Create Content Type in SharePoint 2013

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 Jul 2015CPOL3 min read 10.6K  
Simple steps to create content type in SharePoint 2013

What is a Content Type?

A simple way of explaining what is SharePoint Content Type is by imagining us grouping Columns used in your list or library together, which we plan to reuse often.

For example, if I know I have to often use “First Name, Last Name, Phone No, Birthdate” etc. columns together when working with task, then I will group together into an “Employee” Content Type.

SharePoint Content Type

Where Content Type is Used?

  • SharePoint List and Library
  • Page layout
  • Workflow
  • Event Receiver

Key Features of Content Type

  • Content types is a term used for describing a collection of metadata
  • SharePoint content types support user interface customization
  • SharePoint content types can have specific user interface elements attached
  • SharePoint content types support behavior through workflows and event receivers
  • SharePoint content types support inheritance of properties, appearance, and behavior

Step by Step Creating a Content Type

  1. Creating a content type is very simple. For this, first you have to create Site Column.
  2. Click on Site Setting in site action menu. Then click on Site columns.

    Site Columns in SharePoint 2013

  3. Then click on “Create” button on the top bar.

    Create Site Columns

  4. Add Site column name with appropriate data type.

    Site Column in SP 2013

  5. I have used the following data type for site columns.
    Site Column Name Data Type
    First Name Single Name
    Last Name Single Name
    Phone No Number
    Birth Date Date and Time
  6. In this way, you can create four site columns.

    Site Columns

  7. Now, we have create content type with the help of these columns.
  8. Click on “Site Content Type” in site setting option. Then you have to click on “Create” button on the next screen.

    Site Column Types

  9. Then give the content type name and select appropriate parent content type. Here, I have selected document parent content type. These steps will create content type.

    New Site Content Type

  10. Then, add the following columns in create content type.

    Site Content Type

How to Use a Content Type?

  1. You can associate content type with following features:
    • SharePoint List and Library
    • Page layout
    • Workflow
    • Event receiver
  2. We are going to associate created content type with document library.
  3. For this, first we have to enable content type option in document library.
  4. So, open document library, then click on list setting and click on advanced setting option.

    Advanced Settings

  5. Then click on “Add from exiting site content types” in list setting option.

    Existing Site Content

  6. Select created “Employee” content type and click on add button.

    Existing Content Type

  7. Now, employee content type is available in document menu.

    Document Library

  8. While you upload any document in this document library with help of this employee content type and you have to enter all metadata information.

    SharePoint Web Parts

In this way, you can create content type as per your requirement and used in SharePoint site.

Other SharePoint and Related Articles

The post Simple Steps to Create Content Type in SharePoint 2013 appeared first on SharePoint For Dummies.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Emaratech
United Arab Emirates United Arab Emirates
Imran Abdul Ghani has more than 10 years of experience in designing/developing enterprise level applications. He is Microsoft Certified Solution Developer for .NET(MCSD.NET) since 2005. You can reach his blogging at WCF Tutorials, Web Development, SharePoint for Dummies.

Comments and Discussions

 
-- There are no messages in this forum --