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
fieldValueobjectValue of the field.
cancellationTokenCancellationTokenCancellation token.
Returns
- Task<IEnumerable<ContentItemReference>>