Method CreateAttributeSetsAsync
CreateAttributeSetsAsync(IEnumerable<AttributeSetParams?>?, CancellationToken)
Creates attribute sets based on the given collection of parameters
Declaration
Task<IEnumerable<IAttributeSet>> CreateAttributeSetsAsync(IEnumerable<AttributeSetParams?>? parameters, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<AttributeSetParams> | parameters | The parameters to create attribute sets based on |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IAttributeSet>> | A collection of the newly created attribute sets |