Method GetContentByPathAsync
GetContentByPathAsync(PathArgs)
Get content by path. Required: Bucket ID, Path. Optional: Version ID.
Declaration
Task<Stream> GetContentByPathAsync(PathArgs pathArgs)
Parameters
Type | Name | Description |
---|---|---|
PathArgs | pathArgs | Required inputs and options. |
Returns
Type | Description |
---|---|
Task<Stream> | Stream to download content. |
Exceptions
Type | Condition |
---|---|
CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |