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
Properties
Count
Declaration
public readonly 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
MaxLength
Declaration
public readonly int MaxLength { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
SetPageInfo(Int32, PartyKit.LandingPageInfoField)
Declaration
public void SetPageInfo(int index, PartyKit.LandingPageInfoField field)
Parameters