Method GetEntryVersionAsync
GetEntryVersionAsync(EntryVersionArgs)
Get entry version. Requires: Bucket ID, Entry ID, Version ID.
Declaration
Task<Entry> GetEntryVersionAsync(EntryVersionArgs entryVersionArgs)
Parameters
Type | Name | Description |
---|---|---|
EntryVersionArgs | entryVersionArgs | Required inputs and options. |
Returns
Type | Description |
---|---|
Task<Entry> | Entry with the specified version |
Exceptions
Type | Condition |
---|---|
CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |