Archive

Latest Posts

Coding Challenge: Unknown ContentTypeId in Document Library

I was recently working with a colleague on a SharePoint coding problem involving a ContentTypeId we had assumed was correct, but quickly found out was coming up as something completely unexpected.  We were performing a CAML query in C#, in which were were trying to retrieve the ContentType, and the unique ContentTypeId values.  The values …

Read on