根据SPContentType新建Item
Item01["ContentTypeId"] = LinkCT.Id;
Item01.Update();
取SharePoint Build-In ContentType或者Column
SPContentType LinkCT = web.ContentTypes[SPBuiltInContentTypeId.Link];
SPField Field = web.Fields[SPBuildInFieldId.Modify];
c#学习笔记-0520 (SharePointAPI),布布扣,bubuko.com
原文地址:http://www.cnblogs.com/kykstyle/p/3739677.html