Table of Contents

Interface IAsyncContentItemReferenceExtractor

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Interface to extract content item references from page builder.

public interface IAsyncContentItemReferenceExtractor
Extension Methods

Methods

ExtractAsync(object, CancellationToken)

Extracts content item references from the given field value asynchronously.

Task<IEnumerable<ContentItemReference>> ExtractAsync(object fieldValue, CancellationToken cancellationToken = default)

Parameters

fieldValue object

Value of the field.

cancellationToken CancellationToken

Cancellation token.

Returns

Task<IEnumerable<ContentItemReference>>