Class MemberFilter
Represents filter criteria for querying members.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public class MemberFilter
Constructors
View SourceMemberFilter()
Declaration
public MemberFilter()
Properties
View SourceFilter
Gets or sets a text filter to search members by name, email, or username.
Declaration
public string? Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsApproved
Gets or sets a value to filter by approval status.
Declaration
public bool? IsApproved { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsLockedOut
Gets or sets a value to filter by locked out status.
Declaration
public bool? IsLockedOut { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MemberGroupName
Gets or sets the member group name to filter by.
Declaration
public string? MemberGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MemberTypeId
Gets or sets the member type identifier to filter by.
Declaration
public Guid? MemberTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |