Method GetBadgedReleaseContentStatusByPathAsync
GetBadgedReleaseContentStatusByPathAsync(BadgePathArgs)
Get content status of an entry by path from a badged release. Requires: Bucket ID, Badge Name, Path.
Declaration
Task<ContentStatus> GetBadgedReleaseContentStatusByPathAsync(BadgePathArgs badgePathArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| BadgePathArgs | badgePathArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<ContentStatus> | ContentStatus of the entry. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |