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