SharePoint Short #21 A quick short today Instead of adding new fields to a content type or list creating the object (SPFieldText, etc.) and adding it, simply pass the XML definition for whatever field you are looking to create into the AddFieldAsXml method of the Fields collection. public void AddFieldToList(SPList list, string xmlDefinition) { string […]
↧