Method GetContentVersionAsync
GetContentVersionAsync(EntryVersionArgs)
Get content for version of entry. Requires: Bucket ID, Entry ID, Version ID.
Declaration
Task<Stream> GetContentVersionAsync(EntryVersionArgs entryVersionArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| EntryVersionArgs | entryVersionArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<Stream> | Stream to download content. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |