I have the XML schema information (SPContentType.SchemaXml) of a content type. I am looking for a method that takes this information to recreate the content type at a different location?
Thank you.
PS: The closest that I came to finding this solution is described here (http://www.sharepoint4developers.net/en-nz/post/creating-content-types-programmatically.aspx), but when I tried to use this solution, certain attributes were missing in the resulting SPContentType (e.g. Description).