UserGroupListFilter Class |
Namespace: Dynamicweb.Controls
The UserGroupListFilter type exposes the following members.
Name | Description | |
---|---|---|
UserGroupListFilter | Initializes a new instance of the UserGroupListFilter class |
Name | Description | |
---|---|---|
CachedUsers |
Set this UserCollection to all the users you want the filter to find. If this is not set the general API will be used to fetch users
| |
CompatibleWithOldExtranet |
When set to True, the GroupSelector can only choose groups from the group 'Extranet' (ID 255) and down.
Default is False.
| |
Divide |
Gets or sets the divider type for this filter.
(Inherited from ListFilter.) | |
Enabled |
Gets or sets value indicating whether filter is enabled.
(Inherited from ListFilter.) | |
GroupID |
Gets or sets the groupID of the selected group
| |
Label |
Gets or sets the label for this filter.
(Inherited from ListFilter.) | |
Name |
Gets or sets the name of the filter.
(Inherited from ListFilter.) | |
Owner |
Gets or sets the reference to a List control that this filter is attached to.
(Inherited from ListFilter.) | |
Priority |
Gets or sets the priority of the filter.
(Inherited from ListFilter.) | |
ShowSubmitButton |
Gets or sets value indicating whether to show "Submit" button.
| |
WaterMarkText |
Gets or sets text that is displayed when no group is selected
|
Name | Description | |
---|---|---|
ApplyTo |
Applies a filter to the specified list rows.
(Inherited from ListFilter.) | |
ApplyToCurrentList |
Applies a filter to the current list.
(Inherited from ListFilter.) | |
Create | (Overrides ListFilterCreate.) | |
GetClientEventHandler(String, NameValueCollection) |
Generates the Javascript statement that can be used to executed filter's custom event handler.
(Inherited from ListFilter.) | |
GetClientEventHandler(String, String, NameValueCollection) |
Generates the Javascript statement that can be used to executed filter's custom event handler.
(Inherited from ListFilter.) | |
GetLabel |
Retrieves a label that should be displayed for this filter.
(Inherited from ListFilter.) | |
GetSubName |
Creates a sub-name for a filter control. The name is based on the filter's name.
(Inherited from ListFilter.) | |
Initialize |
Initializes a filter.
(Overrides ListFilterInitialize(List).) | |
OnApply | (Overrides ListFilterOnApply(ListFilterEventArgs).) |
Name | Description | |
---|---|---|
Apply |
Occurs when filter is about to be applied to the list rows.
(Inherited from ListFilter.) |