Table of Contents

Class UserSearchFilter

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll
public sealed class UserSearchFilter
Inheritance
UserSearchFilter
Inherited Members

Properties

ActiveFilter

public UserSearchFilter.ActiveStateFilter? ActiveFilter { get; init; }

Property Value

UserSearchFilter.ActiveStateFilter?

CreatedFrom

public DateTime? CreatedFrom { get; init; }

Property Value

DateTime?

CreatedTo

public DateTime? CreatedTo { get; init; }

Property Value

DateTime?

OrderBy

public string OrderBy { get; init; }

Property Value

string

OrderByDirection

public string OrderByDirection { get; init; }

Property Value

string

PageNumber

public int PageNumber { get; init; }

Property Value

int

PageSize

public int PageSize { get; init; }

Property Value

int

SearchValue

public string SearchValue { get; init; }

Property Value

string

UpdatedFrom

public DateTime? UpdatedFrom { get; init; }

Property Value

DateTime?

UpdatedTo

public DateTime? UpdatedTo { get; init; }

Property Value

DateTime?
To top