PickerDialog constructor
Initializes a new instance of the PickerDialog class with the specified parameters.
Overload list
Name | Description | |
---|---|---|
PickerDialog(PickerQueryControlBase, PickerResultControlBase, EntityEditorWithPicker) | Initializes a new instance of the PickerDialog class with the specified query, results, and editor. | |
PickerDialog(PickerQueryControlBase, PickerResultControlBase, EntityEditorWithPicker, Boolean) | Initializes a new instance of the PickerDialog class with the specified query, results, editor, and PeoplePicker. |
Top