C# Class Sogeti.ProvisioningWeb.Controllers.PeoplePickerController

Inheritance: Controller
Mostrar archivo Open project: sogeti/Site-provisioning

Public Methods

Method Description
FillPeoplePickerValue ( System.Web.UI.WebControls.HiddenField peoplePickerHiddenField, Microsoft user ) : void
GetPeoplePickerSearchData ( string SearchString, string SPGroupName, ClientContext context ) : string
GetValuesFromPeoplePicker ( System.Web.UI.WebControls.HiddenField peoplePickerHiddenField ) : List

Private Methods

Method Description
Find ( string id ) : System.Web.Mvc.ActionResult

Method Details

FillPeoplePickerValue() public static method

public static FillPeoplePickerValue ( System.Web.UI.WebControls.HiddenField peoplePickerHiddenField, Microsoft user ) : void
peoplePickerHiddenField System.Web.UI.WebControls.HiddenField
user Microsoft
return void

GetPeoplePickerSearchData() public static method

public static GetPeoplePickerSearchData ( string SearchString, string SPGroupName, ClientContext context ) : string
SearchString string
SPGroupName string
context ClientContext
return string

GetValuesFromPeoplePicker() public static method

public static GetValuesFromPeoplePicker ( System.Web.UI.WebControls.HiddenField peoplePickerHiddenField ) : List
peoplePickerHiddenField System.Web.UI.WebControls.HiddenField
return List