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