Method GetEntryForReleaseByPathAsync
GetEntryForReleaseByPathAsync(ReleasePathArgs)
Get entry in release by path. Requires: Bucket ID, Release ID, Path.
Declaration
Task<Entry> GetEntryForReleaseByPathAsync(ReleasePathArgs releasePathArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| ReleasePathArgs | releasePathArgs | Required inputs and options. |
Returns
| Type | Description |
|---|---|
| Task<Entry> | Entry with specified path. |
Exceptions
| Type | Condition |
|---|---|
| CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |