Class E116_ListGetByName

Assembly: redb.Examples.dll

Gets a RedbList by name and retrieves its items.
Shows how to lookup lists and access their contents.
Requires E114+E115 to run first.

[ExampleMeta("E116", "List - Get Items", "List", ExampleTier.Free, 116, new string[] { "List", "GetByName", "GetItems" }, RelatedApis = new string[] { "IListProvider.GetListByNameAsync", "IListProvider.GetListItemsAsync" })]
public class E116_ListGetByName : ExampleBase

Inheritance

ObjectExampleBaseE116_ListGetByName

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)