Table of Contents

Class MemberSearchPropertiesV2

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the properties for searching members in a guild.

public class MemberSearchPropertiesV2
Inheritance
MemberSearchPropertiesV2
Inherited Members

Properties

After

Gets or sets the after property for the search.

public MemberSearchPaginationFilter? After { get; set; }

Property Value

MemberSearchPaginationFilter?

AndQuery

Gets or sets the and query for the search.

public MemberSearchFilter? AndQuery { get; set; }

Property Value

MemberSearchFilter?

Before

Gets or sets the before property for the search.

public MemberSearchPaginationFilter? Before { get; set; }

Property Value

MemberSearchPaginationFilter?

OrQuery

Gets or sets the or query for the search.

public MemberSearchFilter? OrQuery { get; set; }

Property Value

MemberSearchFilter?

Sort

Gets or sets the sort type for the search.

public MemberSearchV2SortType? Sort { get; set; }

Property Value

MemberSearchV2SortType?