Method GetEntryForBadgeAsync
GetEntryForBadgeAsync(BadgeEntryArgs)
Get entry in a badged release. Requires: Bucket ID, Badge Name, Entry ID.
Declaration
Task<Entry> GetEntryForBadgeAsync(BadgeEntryArgs badgeEntryArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| BadgeEntryArgs | badgeEntryArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<Entry> | Entry in the specified badged release and Id. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |