Click or drag to resize
IRoleMemberSearchCriteria Interface
Search criterias used when retrieving role members.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IRoleMemberSearchCriteria

The IRoleMemberSearchCriteria type exposes the following members.

Properties
  NameDescription
Public propertyIsActivated
Find roles that are activated - value true Find roles that are not activated - value false
Public propertyRoleIdList
List of role id - restrict search with this list
Public propertyUserIdList
List of user id - restrict search with this list
Top
See Also