Method GetEntryByPathAsync
GetEntryByPathAsync(PathArgs)
Get entry by path. Requires: Bucket ID, Path. Optional: VersionId.
Declaration
Task<Entry> GetEntryByPathAsync(PathArgs pathArgs)
Parameters
Type | Name | Description |
---|---|---|
PathArgs | pathArgs | Required inputs and options. |
Returns
Type | Description |
---|---|
Task<Entry> | Entry with the specified path. |
Exceptions
Type | Condition |
---|---|
CcdClientException | Known CcdClientErrorCodes and CommonErrorCodes. |