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