PFUsersManagementHubV2GetPeoplePicker_AutoCompleteSelector Method |
Returns a set of users in the form of an html structure.
Used by the users/groups auto-complete selector in the pages.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public Html GetPeoplePicker_AutoCompleteSelector(
string textFilter,
string source = ""
)
Parameters
- textFilter
- Type: SystemString
The filter applied for selection - source (Optional)
- Type: SystemString
Contains "Organisation", "Roles", "Fields", or empty.
Return Value
Type:
HtmlAn html structure to be consumed by the UserAutocomplete control
See Also