Add/remove content type to SharePoint List

In this post I will discuss about how to add/remove content type to and from SharePoint list.

Add/remove Content type in SharePoint Designer:

when you open a list in SPD you will find Content Types section as shown in the figure below.

Once you select content type region you will find content type actions in the ribbon as well.

Add/remove content type programmaticaly:

In code I have removed “Folder” content type and added “Image” content type to the list. And so it should look like this in SharePoint designer.

Hope that helps…!!