Method GetBadgedReleaseContentByPathAsync
GetBadgedReleaseContentByPathAsync(BadgePathArgs)
Get content in badged release by path. Requires: Bucket ID, Badge Name, Path.
Declaration
Task<Stream> GetBadgedReleaseContentByPathAsync(BadgePathArgs badgePathArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| BadgePathArgs | badgePathArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<Stream> | Stream to download content. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |