Method GetUserDefinedAttributesAsync

GetUserDefinedAttributesAsync(IEnumerable<IAttributeDefinition?>?, CancellationToken)

Returns a collection of IUserDefinedAttribute instances

Declaration
Task<IEnumerable<IUserDefinedAttribute>> GetUserDefinedAttributesAsync(IEnumerable<IAttributeDefinition?>? attributeDefinitions = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<IAttributeDefinition> attributeDefinitions

The optional requested attribute definitions or null to retrieve all

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IUserDefinedAttribute>>

A collection of IUserDefinedAttribute instances

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