Interface IAsyncFormFieldContentItemReferenceExtractor
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Interface to extract content item references from form fields asynchronously.
public interface IAsyncFormFieldContentItemReferenceExtractor : IAsyncContentItemReferenceExtractor
- Inherited Members
- Extension Methods
Methods
CanExtractReferencesAsync(FormFieldInfo, CancellationToken)
Determines whether the references can be extracted for the given fieldInfo
.
Task<bool> CanExtractReferencesAsync(FormFieldInfo fieldInfo, CancellationToken cancellationToken = default)
Parameters
fieldInfo
FormFieldInfoForm field info.
cancellationToken
CancellationTokenCancellation token.
Returns
- Task<bool>