{"id":464,"date":"2009-04-02T17:40:47","date_gmt":"2009-04-02T17:40:47","guid":{"rendered":"http:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/"},"modified":"2009-04-02T17:40:47","modified_gmt":"2009-04-02T17:40:47","slug":"working-with-hidden-content-types-and-site-columns-in-sharepoint-v3","status":"publish","type":"post","link":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/","title":{"rendered":"Working with hidden content types and site columns in SharePoint v3"},"content":{"rendered":"<p>This isn\u2019t new but I&#8217;m reproducing for my own benefit!<\/p>\n<p><a href=\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2008\/04\/14\/calendars-and-content-types-in-sharepoint-2007\/\">I blogged ages ago about needing to get at the Event content type in SharePoint<\/a> which by default is in the _Hidden category<\/p>\n<p>I normally get at the Event content type by creating a calendar, enabling content types and then following the links until I uncover the content type<\/p>\n<p>Today I needed to use a Wiki Page as a content type but my usual method didn\u2019t work as you aren\u2019t able to manage content types in a wiki library<\/p>\n<p>When editing a content type your URL will look something like this (I\u2019m doing this on a SBS 2008 SharePoint setup)<\/p>\n<p><a title=\"http:\/\/companyweb\/_layouts\/ManageContentType.aspx?ctype=0x0102\" href=\"http:\/\/companyweb\/_layouts\/ManageContentType.aspx?ctype=0x0102\" class=\"broken_link\">http:\/\/companyweb\/_layouts\/ManageContentType.aspx?ctype=0x0102<\/a><\/p>\n<p>The <u>ctype<\/u> parameter identifies the content type (in this case the Event type)<\/p>\n<p>All I needed to do then was find the ID for the wiki page content type and a quick google search made this the easy part<\/p>\n<p>There were a ton of pages with this information <a href=\"http:\/\/www.aarebrot.net\/site\/index.php\/sitedefinitions\/21-frodes-not-so-spectacular-list-of-content-type-ids\" class=\"broken_link\">but i used this one<\/a> as it also provided them in a useful CSV and XLS format (thanks!)<\/p>\n<p>The table below shows all the items in the _Hidden group. The full list is on the post i mentioned but I&#8217;m only interested in the hidden ones as i can get at the rest via the UI<\/p>\n<table cellspacing=\"0\" cellpadding=\"0\" width=\"571\" border=\"0\">\n<tbody>\n<tr>\n<td width=\"250\">Reusable HTML<\/td>\n<td width=\"319\">0x01002CF74A4DAE39480396EEA7A4BA2BE5FB<\/td>\n<\/tr>\n<tr>\n<td>Reusable Text<\/td>\n<td width=\"319\">0x01004D5A79BAFA4A4576B79C56FF3D0D662D<\/td>\n<\/tr>\n<tr>\n<td>Page Output Cache<\/td>\n<td width=\"319\">0x010087D89D279834C94E98E5E1B4A913C67E<\/td>\n<\/tr>\n<tr>\n<td>System Page Layout<\/td>\n<td width=\"319\">0x01010007FF3E057FA8AB4AA42FCB67B453FFC1<\/td>\n<\/tr>\n<tr>\n<td>System Master Page<\/td>\n<td width=\"319\">0x0101000F1C8B9E0EB4BE489F09807B2C53288F<\/td>\n<\/tr>\n<tr>\n<td>Office Data Connection File<\/td>\n<td width=\"319\">0x010100629D00608F814DD6AC8A86903AEE72AA<\/td>\n<\/tr>\n<tr>\n<td>Universal Data Connection File<\/td>\n<td width=\"319\">0x010100B4CBD48E029A4AD8B62CB0E41868F2B0<\/td>\n<\/tr>\n<tr>\n<td>System Page<\/td>\n<td width=\"319\">0x010100C568DB52D9D0A14D9B2FDCC96666E9F2<\/td>\n<\/tr>\n<tr>\n<td>InfoPath Form Template<\/td>\n<td width=\"319\">0x010100F8EF98760CBA4A94994F13BA881038FA<\/td>\n<\/tr>\n<tr>\n<td>User Workflow Document<\/td>\n<td width=\"319\">0x010107<\/td>\n<\/tr>\n<tr>\n<td>Wiki Page<\/td>\n<td width=\"319\">0x010108<\/td>\n<\/tr>\n<tr>\n<td>Event<\/td>\n<td width=\"319\">0x0102<\/td>\n<\/tr>\n<tr>\n<td>Workflow Task<\/td>\n<td width=\"319\">0x010801<\/td>\n<\/tr>\n<tr>\n<td>Office SharePoint Server Workflow Task<\/td>\n<td width=\"319\">0x01080100C9C9515DE4E24001905074F980F93160<\/td>\n<\/tr>\n<tr>\n<td>Administrative Task<\/td>\n<td width=\"319\">0x010802<\/td>\n<\/tr>\n<tr>\n<td>Workflow History<\/td>\n<td width=\"319\">0x0109<\/td>\n<\/tr>\n<tr>\n<td>Person<\/td>\n<td width=\"319\">0x010A<\/td>\n<\/tr>\n<tr>\n<td>SharePointGroup<\/td>\n<td width=\"319\">0x010B<\/td>\n<\/tr>\n<tr>\n<td>DomainGroup<\/td>\n<td width=\"319\">0x010C<\/td>\n<\/tr>\n<tr>\n<td>Post<\/td>\n<td width=\"319\">0x0110<\/td>\n<\/tr>\n<tr>\n<td>Comment<\/td>\n<td width=\"319\">0x0111<\/td>\n<\/tr>\n<tr>\n<td>RootOfList<\/td>\n<td width=\"319\">0x012001<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><em>*(these lists also include types for MOSS)<\/em><\/p>\n<p>There is also another post showing hidden Site Columns (<a href=\"http:\/\/www.aarebrot.net\/site\/index.php\/sitedefinitions\/20-sharepointcolumnfieldids\" class=\"broken_link\">here<\/a>) which also has the spreadsheet formats (though i couldn\u2019t get the page to open while i was writing this and ended up using Google\u2019s cache of the page)<\/p>\n<p>Once I\u2019d changed the group of the wiki page content type i then created a new wiki page content type that inherited from the original to create my own base wiki type (as I don\u2019t think you should mess with the built-in types!)<\/p>\n<p>I was able to use the wiki content type in regular a document library so i could mix wiki pages with regular documents (which was the whole point of the exercise!)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This isn\u2019t new but I&#8217;m reproducing for my own benefit! I blogged ages ago about needing to get at the Event content type in SharePoint which by default is in the _Hidden category I normally get at the Event content type by creating a calendar, enabling content types and then following the links until I<\/p>\n<p><a class=\"readmore\" href=\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/\"><span class=\"arrow-right icon\"><\/span>Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[45],"tags":[],"class_list":["post-464","post","type-post","status-publish","format-standard","hentry","category-sharepoint"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.11 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Working with hidden content types and site columns in SharePoint v3 - Andy&#039;s Techie Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Working with hidden content types and site columns in SharePoint v3 - Andy&#039;s Techie Blog\" \/>\n<meta property=\"og:description\" content=\"This isn\u2019t new but I&#8217;m reproducing for my own benefit! I blogged ages ago about needing to get at the Event content type in SharePoint which by default is in the _Hidden category I normally get at the Event content type by creating a calendar, enabling content types and then following the links until IRead More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/\" \/>\n<meta property=\"og:site_name\" content=\"Andy&#039;s Techie Blog\" \/>\n<meta property=\"article:published_time\" content=\"2009-04-02T17:40:47+00:00\" \/>\n<meta name=\"author\" content=\"Andy Parkes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andy Parkes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/\",\"url\":\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/\",\"name\":\"Working with hidden content types and site columns in SharePoint v3 - Andy&#039;s Techie Blog\",\"isPartOf\":{\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/#website\"},\"datePublished\":\"2009-04-02T17:40:47+00:00\",\"dateModified\":\"2009-04-02T17:40:47+00:00\",\"author\":{\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/#\/schema\/person\/3534e8ac6b1bec765cd061feff56679d\"},\"breadcrumb\":{\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/andyparkes.co.uk\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Working with hidden content types and site columns in SharePoint v3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/#website\",\"url\":\"https:\/\/andyparkes.co.uk\/blog\/\",\"name\":\"Andy&#039;s Techie Blog\",\"description\":\"Professional Geek\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/andyparkes.co.uk\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/#\/schema\/person\/3534e8ac6b1bec765cd061feff56679d\",\"name\":\"Andy Parkes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/andyparkes.co.uk\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3824cbf53df51d7ca5cf809b6ad81a157fbfff2292e36ab8666f04ddad06bfcc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3824cbf53df51d7ca5cf809b6ad81a157fbfff2292e36ab8666f04ddad06bfcc?s=96&d=mm&r=g\",\"caption\":\"Andy Parkes\"},\"description\":\"Andy Parkes is Technical Director at Coventry based IT support company IBIT Solutions. Formerly, coordinator of AMITPRO and Microsoft Partner Area Lead for 2012-2013. He also isn't a fan of describing himself in the third person.\",\"sameAs\":[\"http:\/\/www.andyparkes.co.uk\/blog\"],\"url\":\"https:\/\/andyparkes.co.uk\/blog\/index.php\/author\/andyparkes\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Working with hidden content types and site columns in SharePoint v3 - Andy&#039;s Techie Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/","og_locale":"en_US","og_type":"article","og_title":"Working with hidden content types and site columns in SharePoint v3 - Andy&#039;s Techie Blog","og_description":"This isn\u2019t new but I&#8217;m reproducing for my own benefit! I blogged ages ago about needing to get at the Event content type in SharePoint which by default is in the _Hidden category I normally get at the Event content type by creating a calendar, enabling content types and then following the links until IRead More","og_url":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/","og_site_name":"Andy&#039;s Techie Blog","article_published_time":"2009-04-02T17:40:47+00:00","author":"Andy Parkes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Andy Parkes","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/","url":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/","name":"Working with hidden content types and site columns in SharePoint v3 - Andy&#039;s Techie Blog","isPartOf":{"@id":"https:\/\/andyparkes.co.uk\/blog\/#website"},"datePublished":"2009-04-02T17:40:47+00:00","dateModified":"2009-04-02T17:40:47+00:00","author":{"@id":"https:\/\/andyparkes.co.uk\/blog\/#\/schema\/person\/3534e8ac6b1bec765cd061feff56679d"},"breadcrumb":{"@id":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/andyparkes.co.uk\/blog\/index.php\/2009\/04\/02\/working-with-hidden-content-types-and-site-columns-in-sharepoint-v3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/andyparkes.co.uk\/blog\/"},{"@type":"ListItem","position":2,"name":"Working with hidden content types and site columns in SharePoint v3"}]},{"@type":"WebSite","@id":"https:\/\/andyparkes.co.uk\/blog\/#website","url":"https:\/\/andyparkes.co.uk\/blog\/","name":"Andy&#039;s Techie Blog","description":"Professional Geek","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/andyparkes.co.uk\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/andyparkes.co.uk\/blog\/#\/schema\/person\/3534e8ac6b1bec765cd061feff56679d","name":"Andy Parkes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/andyparkes.co.uk\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3824cbf53df51d7ca5cf809b6ad81a157fbfff2292e36ab8666f04ddad06bfcc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3824cbf53df51d7ca5cf809b6ad81a157fbfff2292e36ab8666f04ddad06bfcc?s=96&d=mm&r=g","caption":"Andy Parkes"},"description":"Andy Parkes is Technical Director at Coventry based IT support company IBIT Solutions. Formerly, coordinator of AMITPRO and Microsoft Partner Area Lead for 2012-2013. He also isn't a fan of describing himself in the third person.","sameAs":["http:\/\/www.andyparkes.co.uk\/blog"],"url":"https:\/\/andyparkes.co.uk\/blog\/index.php\/author\/andyparkes\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pmvJ6-7u","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/posts\/464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=464"}],"version-history":[{"count":0,"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/posts\/464\/revisions"}],"wp:attachment":[{"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/andyparkes.co.uk\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}