Method GetAttributeDefinitionsByNamesAsync

GetAttributeDefinitionsByNamesAsync(IEnumerable<string?>?, CancellationToken)

Returns a collection of IAttributeDefinition instances corresponding to the given attribute definition names

Declaration
Task<IEnumerable<IAttributeDefinition>> GetAttributeDefinitionsByNamesAsync(IEnumerable<string?>? names = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<string> names

The optional requested attribute definition names or (null to retrieve all)

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IAttributeDefinition>>

A collection of IAttributeDefinition 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