Search Results for

    Show / Hide Table of Contents

    Class Page

    The page.

    Inheritance
    System.Object
    Page
    Namespace: DisCatSharp.Interactivity
    Assembly: DisCatSharp.Interactivity.dll
    Syntax
    public class Page

    Constructors

    | Improve this Doc View Source

    Page(String, DiscordEmbedBuilder)

    Initializes a new instance of the Page class.

    Declaration
    public Page(string content = "", DiscordEmbedBuilder embed = null)
    Parameters
    Type Name Description
    System.String content

    The content.

    DiscordEmbedBuilder embed

    The embed.

    Properties

    | Improve this Doc View Source

    Content

    Gets or sets the content.

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

    Embed

    Gets or sets the embed.

    Declaration
    public DiscordEmbed Embed { get; set; }
    Property Value
    Type Description
    DiscordEmbed

    Extension Methods

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