Method GetEmbeddedFileAsync

GetEmbeddedFileAsync(CancellationToken)

Returns the associated embedded file

Declaration
Task<IEmbeddedFile> GetEmbeddedFileAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEmbeddedFile>

The associated embedded file

Remarks

Is recommended not to call this method repeatedly for particular user defined attribute. Embedded files are not cached.

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next