Interface ITileSelectorItemsProvider
Interface to get available tile selector items.
public interface ITileSelectorItemsProvider
- Extension Methods
Methods
Get(ICollection<int>, CancellationToken)
Retrieves available tile selector items.
Task<IEnumerable<TileSelectorItem>> Get(ICollection<int> allowedContentTypeIdentifiers = null, CancellationToken cancellationToken = default)
Parameters
allowedContentTypeIdentifiers
ICollection<int>IDs of allowed content types. If provided the returned items are filtered by these IDs.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<IEnumerable<TileSelectorItem>>