Table of Contents

Interface ITileSelectorItemsProvider

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

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 CancellationToken

Cancellation instruction.

Returns

Task<IEnumerable<TileSelectorItem>>