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 |