Leveraging Content Types in SharePoint Document Libraries and Lists | CodeGuru

Leveraging Content Types in SharePoint Document Libraries and Lists

Introduction Content types are a new feature introduced in Windows SharePoint Services (WSS) 3.0. To leverage this feature appropriately, users can’t just rely on the basic documentation. What you’ll find in the real world is that companies are implementing the various components of content types without leveraging the full power of using the components of […]

Written By
CodeGuru Staff
CodeGuru Staff
Jun 4, 2008
3 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Introduction

Content types are a new feature introduced in Windows SharePoint Services (WSS) 3.0. To leverage this feature appropriately, users can’t just rely on the basic documentation. What you’ll find in the real world is that companies are implementing the various components of content types without leveraging the full power of using the components of content types together. Once you’ve been able to move beyond using folders in your document libraries and you’ve adopted the use of metadata (or columns), it’s important to understand how you can leverage content types to take your SharePoint Document Libraries and Lists to the next level.

To bring a real context to content types, I will be walking through various real-world examples. These will allow you to ultimately apply content types to your own business needs.

Before you start with the examples, make sure you understand what content types are.

Definition of Content Types

A content type represents settings that apply to a certain kind of content. What makes one piece of content similar to another? Do they share a common set of metadata (for example, author, purpose, and so forth)? Do you perform the same actions on these documents after they’ve been created? Do these documents have the same lifespan? If the answer to these questions is “yes!” you will need a way to group the information together. In SharePoint Portal 2003, you achieved this via separate document libraries for each “type” of document. But what if these groups of documents really should be stored together with other groups of documents that live by a different set of metadata and rules? In SharePoint 2007, content types can be used as the grouping method and provide a much better answer to using separate document libraries.

Content types allow you to store different types of content in the same document library or list. Even though the different types of content live in the same library, they can abide by different sets of rules. A single content type consists of the following core elements:

  1. A document template that should be used for this content
    You can specify the document type and template you want to use as a base for new items of a specific content type. Many document templates can be specified for a single document library.
  2. Figure 1: Document Template

  3. A set of metadata that is assigned to this content
    Metadata is used to classify your content in a document library. In SharePoint, metadata is referred to as “columns” in the list or document library. A different set of columns can be specified for each type of document or content type in the document library.
  4. Figure 2: Meeting Minutes Metadata

    Figure 3: Agenda Metadata

  5. A set of workflows that belong to this content
    You can associate a workflow to a content type, not document libraries, and the workflow then can be initiated for a document of that content type. The advantage is that, if a specific content type is reused in a different document library, the workflow settings for that content type are preserved. In addition, the workflow can be configured to initiate automatically or manually when new items are added or existing items are modified for that specific content type.
  6. Figure 4: Workflow

  7. Information management policies to apply to this content
    Policies are a set of rules for a type of content which enable you to manage content in terms of auditing, retention, bar codes, and document labels.
  8. Figure 5: Information Management Policies

  9. Document conversion to make available for this content
    Document conversion components transform documents from one format to another. You can associate one or more installed document convertors to a specific content type so that documents of that content type can be implicitly converted into another format.

Beyond these core elements, a content type also can be extended with custom features. These will not be covered in this article.

Now that content types have been defined, it’s time to look at the specific examples.

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.