Retrieves a dictionary item by id.

public abstract ValueTask<IDictionaryItem> GetItemAsync(string itemId)
Returns:
ValueTask<IDictionaryItem>

Parameters

itemId string

The id to retrieve the dictionary item for.

In this article