Search Results for

    Show / Hide Table of Contents

    Struct GetReleasesSettings

    An asset containing all settings to be used when getting releases.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Exiled.Loader.GHApi.Settings
    Assembly: Exiled.Loader.dll
    Syntax
    public readonly struct GetReleasesSettings

    Constructors

    | Improve this Doc View Source

    GetReleasesSettings(Byte, UInt32)

    Initializes a new instance of the GetReleasesSettings struct.

    Declaration
    public GetReleasesSettings(byte perPage, uint page)
    Parameters
    Type Name Description
    System.Byte perPage
    System.UInt32 page

    Fields

    | Improve this Doc View Source

    Page

    The page.

    Declaration
    public readonly uint Page
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    PerPage

    The amount of results per page to be shown.

    Declaration
    public readonly byte PerPage
    Field Value
    Type Description
    System.Byte

    Methods

    | Improve this Doc View Source

    Build()

    Builds the query.

    Declaration
    public readonly string Build()
    Returns
    Type Description
    System.String

    A query containing the specified settings.

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX