Show / Hide Table of Contents

    Struct PartyKit.LandingPageInfo

    Namespace: Trail
    Assembly: Trail.dll
    Syntax
    public struct LandingPageInfo

    Constructors

    LandingPageInfo(IList<PartyKit.LandingPageInfoField>)

    Declaration
    public LandingPageInfo(IList<PartyKit.LandingPageInfoField> fields)
    Parameters
    Type Name Description
    IList<PartyKit.LandingPageInfoField> fields

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Item[Int32]

    Declaration
    public PartyKit.LandingPageInfoField this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    PartyKit.LandingPageInfoField

    MaxLength

    Declaration
    public int MaxLength { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    SetPageInfo(Int32, PartyKit.LandingPageInfoField)

    Declaration
    public void SetPageInfo(int index, PartyKit.LandingPageInfoField field)
    Parameters
    Type Name Description
    System.Int32 index
    PartyKit.LandingPageInfoField field
    Back to top Generated by DocFX