ProfilesQueryControl Members
Include Protected Members
Include Inherited Members
Provides the data retrieval query services for the ProfilesPickerDialog. Supports searching against users, organizations, and membership groups depending on the ProfileSearchFlags setting.
The ProfilesQueryControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfilesQueryControl | Initializes a new instance of the ProfilesQueryControl class. |
Top
Properties
Name | Description | |
---|---|---|
HierarchyProvider | Gets the claims hierarchy provider. | |
ProfileSearchFlags | Gets or sets the profile search flags that are used to specify the types of profiles to search. Profiles are available for searching users, organizations, and membership groups. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates the child controls for the ProfilesQueryControl. (Overrides SimpleQueryControl.CreateChildControls().) | |
IssueQuery(String, String, Int32, Int32) | Issues a query with the specified search keywords, group, page, and page size. (Overrides PickerQueryControlBase.IssueQuery(String, String, Int32, Int32).) | |
IssueQuery(String, String, String, String, Int32, Int32) | Issues a query with the specified search keywords, hierarchy node, group, provider, page, and page size. (Overrides PickerQueryControlBase.IssueQuery(String, String, String, String, Int32, Int32).) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) |
Top