Retrieves all dictionary items of a specified category.

public abstract IAsyncEnumerable<IDictionaryItem> GetItemsByCategoryAsync(string categoryId)
Returns:
IAsyncEnumerable<IDictionaryItem>

Parameters

categoryId string

The category id to retrieve dictionary items for.

In this article