The UserPicker type exposes the following members.

Constructors

  Name Description
Public method UserPicker
Constructor.

Methods

  Name Description
Public method Clear
Clear user picker selection and items.
Public method GetItemTemplate
Retrieves a string that is used in the control's item template
Public method GetUsers
Retrieves a data source for the message address control.
Protected method OnInit (Overrides UserControlBaseOnInit(EventArgs).)
Protected method OnLoad (Overrides Control..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides Control..::..OnPreRender(EventArgs).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field ddlRecipients
ddlRecipients control.
Protected field validationHandler
validationHandler control.
Protected field vldRequiredRecipients
vldRequiredRecipients control.

Properties

  Name Description
Public property AutoCompleteSeparator
Auto-complete separator
Public property Enabled
Gets or sets a value indicating whether the control is enabled or not.
Public property ExcludeMySelf
Gets or sets a value indicating whether user picker should exclude currently active user "MySelf".
Public property Height
Control height
Public property IsRequired
Gets or sets value indicating if validator is required.
Public property MaxNoOfUsersToShow
Maximum number of users to show in the dropdown.
Public property MessageAddressTemplate
Message address template
Public property SelectedValue
Gets the selected id.
Public property Text
Text property
Public property TipText
TollTip text
Public property UserAddressFormat
Message address format that will be used in the address entry box.
Public property UserFilterMode
Defines wheter to show friends only, all users from the portal, or friends, lists and groups together.
Public property UserId
Gets or sets the current user id.
Public property UsersComboBox
Gets users rad combo box.
Public property ValidationGroup
Gets or sets module validation group.
Public property WebServiceMethod
Name of the Web service method in the Web service EnableOnLoad scenario.
Public property WebServicePath
When set, the control uses EnableOnLoad with Web service - better perfmance, but less configuration options.
Public property Width
Control width

Events

  Name Description
Public event FetchingUsers
Fetching users event.
Public event SelectedIndexChanged
Selected index changed event.

See Also