Monthly Archives: July 2009

Adding choices to existing UserProfile properties

When editing ChoiceList items of existing UserProfile properties you also need to increment the MaximumShown property. Otherwise the changes (neiter removal nor addition) will be saved when calling Commit(). This won’t work: // Get the property from the UserProfileManager instance … Continue reading

Posted in .NET | Tagged , , , | Leave a comment

GUIDs in SharePoint Site Columns

As you know, SharePoint uses a lot of GUIDs. Usually it makes no difference if you include the accolades around the GUID, except when defining Site Columns. Of course, SharePoint doesn’t actually complain about the lack of accolades, not even … Continue reading

Posted in .NET | Tagged , , | 2 Comments