Class E119_PropsListItemArray

Assembly: redb.Examples.dll

Object with List of ListItems field in Props.
Shows how to store multiple list item references (e.g. roles, tags).
Requires E114+E115 to run first.

[ExampleMeta("E119", "Props - List<ListItem>", "List", ExampleTier.Free, 119, new string[] { "Props", "ListItem", "Array", "Roles" }, RelatedApis = new string[] { "List<RedbListItem>" })]
public class E119_PropsListItemArray : ExampleBase

Inheritance

ObjectExampleBaseE119_PropsListItemArray

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)