Thursday, 5 February 2015

How to clear SharePoint People Picker control using C# ?

Here is a way to clear the SharePoint People Picker control using c#

peoplePickerObjectID.CommaSeparatedAccounts = null;

No comments:

Post a Comment