Method GetEntryAsync
GetEntryAsync(EntryArgs)
Get entry by id. Requires: Bucket ID, Entry ID.
Declaration
Task<Entry> GetEntryAsync(EntryArgs entryArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| EntryArgs | entryArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<Entry> | Entry with the specified Id. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |