<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeteStilgoe.com &#187; content types</title>
	<atom:link href="http://www.petestilgoe.com/tag/content-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Sharepoint 2010: How to remove columns from content types using powershell</title>
		<link>http://www.petestilgoe.com/2011/08/sharepoint-2010-how-to-remove-columns-from-content-types-using-powershell/</link>
		<comments>http://www.petestilgoe.com/2011/08/sharepoint-2010-how-to-remove-columns-from-content-types-using-powershell/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 12:38:32 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[content types]]></category>
		<category><![CDATA[Sharepoint Columns]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=997</guid>
		<description><![CDATA[

Some columns once added to a content type dont allow you to remove them, you dont got a delete button.  To delete one such column from your cotent type you can use the following Sharepoint Powershell Script:

#Attach to the web and content type
$web = Get-SPWeb http://fldev003/sites/pjstest/
$ct = $web.ContentTypes[&#34;Post&#34;]

#Get link to the columnn from the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/08/sharepoint-2010-how-to-remove-columns-from-content-types-using-powershell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 Content Type Hub &#8211; New calculated column not propogating to children</title>
		<link>http://www.petestilgoe.com/2010/11/sharepoint-2010-content-type-hub-new-calculated-column-not-propogating-to-children/</link>
		<comments>http://www.petestilgoe.com/2010/11/sharepoint-2010-content-type-hub-new-calculated-column-not-propogating-to-children/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:16:55 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Calculated Columns]]></category>
		<category><![CDATA[Sharepoint Content Type Hub]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[calculated column]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Content Type Hub]]></category>
		<category><![CDATA[content types]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=710</guid>
		<description><![CDATA[

Had a weird problem where I was updating a master content type, adding a calculated column to it which I wanted to propogate down to all content types inheriting from the master but no matter what the new calculated column never appeared.
It turned out that the logic &#038; syntax in my calculated column didnt make [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/11/sharepoint-2010-content-type-hub-new-calculated-column-not-propogating-to-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010: Group by content type or filter by content type</title>
		<link>http://www.petestilgoe.com/2010/10/sharepoint-2010-group-by-content-type-view-by-content-type/</link>
		<comments>http://www.petestilgoe.com/2010/10/sharepoint-2010-group-by-content-type-view-by-content-type/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 09:50:32 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[Sharepoint Views]]></category>
		<category><![CDATA[content types]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=704</guid>
		<description><![CDATA[

For some strange reason MS have stopped you from being allowed to group &#038; filter by content type in Sharepoint 2010 views which seems really odd?
I have searched the web and cant find an answer, if anyone knows Id be grateful if they could share this, Im guessing its something to do with the content [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/10/sharepoint-2010-group-by-content-type-view-by-content-type/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to force a manual update on your Content Type Hub</title>
		<link>http://www.petestilgoe.com/2010/09/how-to-force-a-manual-update-on-your-content-type-hub/</link>
		<comments>http://www.petestilgoe.com/2010/09/how-to-force-a-manual-update-on-your-content-type-hub/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 13:53:33 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[Sharepoint Timer Jobs]]></category>
		<category><![CDATA[Content Type Hub]]></category>
		<category><![CDATA[content types]]></category>
		<category><![CDATA[Timer Jobs]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=663</guid>
		<description><![CDATA[

To force your content types to be pushed out to other site collections from your content type hub you need to run the following timer jobs:
CONTENT TYPE SUBSCRIBER TimerJob
You can access this via Central Administration -> Check Job Status (under Monitoring)

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/09/how-to-force-a-manual-update-on-your-content-type-hub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint Blog Template &#8211; No content types</title>
		<link>http://www.petestilgoe.com/2009/08/sharepoint-blog-template-no-content-types/</link>
		<comments>http://www.petestilgoe.com/2009/08/sharepoint-blog-template-no-content-types/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:17:39 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[content types]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=388</guid>
		<description><![CDATA[

I was hoping to use a Sharepoint blog with custom templates for showcasing products but it appears you cant&#8217;
&#8220;The Post Content Type used in Blogs (0&#215;0110) can be changed, but the changes are not propagated to the list (as its AllowContentTypes is false).&#8221;

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/08/sharepoint-blog-template-no-content-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Forgotten Folder Content Type</title>
		<link>http://www.petestilgoe.com/2009/07/the-forgotten-folder-content-type/</link>
		<comments>http://www.petestilgoe.com/2009/07/the-forgotten-folder-content-type/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:32:09 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Content Types]]></category>
		<category><![CDATA[content types]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=340</guid>
		<description><![CDATA[

Many people including myself seem to forget there is a &#8216;folder&#8217; content type in WSS / MOSS.  The main reasons to use folders has always been performance issues for me &#038; for archiving data in certain scenrios, but a big thing is that by using folders you can assign custom views that specifically are [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/07/the-forgotten-folder-content-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

