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.