Search Results for

    Show / Hide Table of Contents

    Class DiscordGuildMembershipScreening

    Represents a guild's membership screening form.

    Inheritance
    System.Object
    DiscordGuildMembershipScreening
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class DiscordGuildMembershipScreening

    Properties

    | Improve this Doc View Source

    Description

    Gets the server description shown in the screening form.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Fields

    Gets the steps in the screening form.

    Declaration
    public IReadOnlyList<DiscordGuildMembershipScreeningField> Fields { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordGuildMembershipScreeningField>
    | Improve this Doc View Source

    Version

    Gets when the fields were last updated.

    Declaration
    public DateTimeOffset Version { get; }
    Property Value
    Type Description
    System.DateTimeOffset

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems