Method GetGroupAsync
GetGroupAsync(FileId)
Gets information about an existing file and all of its variants in the repository.
Declaration
public ValueTask<RepoFileGroupInfo> GetGroupAsync(FileId fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| FileId | fileId |
Returns
| Type | Description |
|---|---|
| ValueTask<RepoFileGroupInfo> |
Exceptions
| Type | Condition |
|---|---|
| RepoFileNotFoundException | The specified file ID does not exist in the repository. |