Method GetElementGroupsAsync
GetElementGroupsAsync(IEnumerable<string?>?, EntityType, CancellationToken)
Returns a collection of IElementGroup instances
Declaration
Task<IEnumerable<IElementGroup>> GetElementGroupsAsync(IEnumerable<string?>? names = null, EntityType entityType = EntityType.Unknown, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | names | The optional requested names (null to retrieve all) |
| EntityType | entityType | The optional requested entity type (Unknown to retrieve all) |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IElementGroup>> | A collection of IElementGroup instances |