Method GetAttributeDefinitionAsync

GetAttributeDefinitionAsync(CancellationToken)

Returns the attribute definition the user defined embedded file attribute is defined by

Declaration
Task<IAttributeDefinition> GetAttributeDefinitionAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IAttributeDefinition>

The attribute definition the user defined embedded file attribute is defined by

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