• SharePoint Content Type ID GUID’s – Parent and Child

    If you are looking to work with Content Types in SharePoint programmatically, you should understand the naming conventions used to compose the ID’s. A content type’s ID shows inheritance. This is based on string concatenation with ’00’ as the seperator. This is generally in the form ‘0x[baseID]00[GUID (new id)]00[and so on]‘. As an example, the…