Method GetContentStatusAsync
GetContentStatusAsync(EntryArgs)
Get content status for entry. Requires: Bucket ID, Entry ID.
Declaration
Task<ContentStatus> GetContentStatusAsync(EntryArgs entryArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| EntryArgs | entryArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<ContentStatus> | ContentStatus of the entry. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |