Click or drag to resize
IUserFilter Interface
User filter interface

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public interface IUserFilter

The IUserFilter type exposes the following members.

Properties
  NameDescription
Public propertyCurrentMode
Gets or sets filter mode for various type of users list.
Public propertyDisplayGuests
Indicates if guests should be displayed.
Public propertyDisplayUserEnabled
Indicates if 'user enabled' filter should be visible.
Public propertyEnableDisplayingGuests
Indicates if checkbox for displaying guests should be visible.
Public propertyEnableDisplayingHiddenUsers
Indicates if checkbox for hiding/displaying hidden users should be visible.
Public propertySelectedScore
Selected score.
Public propertySelectedSite
Selected site.
Public propertySessionInsteadOfUser
Indicates if filter is working with CMS_Session table instead of CMS_User.
Top
See Also