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