Retrieves a dictionary item by id.
public async ValueTask<IDictionaryItem> GetItemAsync(string itemId)
- Returns:
- ValueTask<IDictionaryItem>
- Implements:
- GetItemAsync(string)
Parameters
itemId
string
The id to retrieve the dictionary item for.