Table of Contents

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 FormFieldInfo

Form field info.

cancellationToken CancellationToken

Cancellation token.

Returns

Task<bool>