Click or drag to resize

UserSelector Class

Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsUserSelector

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[CLSCompliantAttribute(false)]
public class UserSelector : Control, 
	IResourceLoader, IPostBackEventHandler, IPostBackDataHandler

The UserSelector type exposes the following members.

Constructors
  NameDescription
Public methodUserSelector
Initializes a new instance of the UserSelector class
Top
Properties
  NameDescription
Public propertyActiveShowTypes
Public propertyAdditionalTextLink
Public propertyCompatibleWithOldExtranet
Public propertyCountChangedCallback
Public propertyDefaultUserIconPath
Public propertyDefaultUserName
Public propertyDisabled
Public propertyDiscoverHiddenItems
Gets or sets value indicating whether user can expand long list of users/groups by clicking "Show more" link.
Public propertyDisplayDefaultUser
Public propertyGroups
Public propertyHeightInRows
Public propertyHideAdmins
If set to True, then the admins ('Admin' and 'Administrator') can not be selected in this UserSelector
Public propertyIsOnUserEditPage
Public propertyIsProcessingEvents
Gets value indicating whether control is processing either synchronous or asynchronous events.
Public propertyMaxItems
Public propertyMaxOne
Public propertyNoneSelectedText
Public propertyOnDefaultUserRemoveScript
Public propertyOnDefaultUserSelectScript
Public propertyOnlyBackend
Public propertyOnRemoveScript
Public propertyOnSelectScript
Public propertyOnUnselectScript
Public propertyRemoveClientScript
Public propertyRemoveImagePath
Public propertyRemoveText
Public propertyRepositoryQueries
Public propertyShow
Public propertyShowRepositoryQueries
Public propertyShowSmartSearches
Public propertySmartSearches
Public propertyTotalItems
Public propertyUsers
Public propertyWidth
Top
Methods
  NameDescription
Protected methodControl_OnLoad
Public methodGetAddedIDs
Public methodGetData
Public methodGetRemovedIDs
Public methodGetSelectedIDs Obsolete.
Public methodGetTypePrefix
Public methodLoadPostData
Processes postback data for an ASP.NET server control.
Public methodLoadResources
Loads control resources.
Public methodRaisePostBackEvent
Raises postback event.
Public methodRaisePostDataChangedEvent
Signals the server control to notify the ASP.NET application that the state of the control has changed.
Protected methodRender
Top
See Also