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
objectValue of the field.
cancellationToken
CancellationTokenCancellation token.
Returns
- Task<IEnumerable<ContentItemReference>>