Interface ICustomerAssetClient
Customer asset client endpoints
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public interface ICustomerAssetClient
Methods
DeleteLogoAsync(string, LogoKind, CancellationToken)
Declaration
Task DeleteLogoAsync(string customerId, LogoKind type, CancellationToken cancellationToken = default)
Parameters
string customerId |
LogoKind type |
CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Task |
Exceptions
ApiException
A server side error occurred. |
PictureparkValidationException
Validation exception |
PictureparkForbiddenException
Forbidden |
PictureparkConflictException
Version conflict |
PictureparkTooManyRequestsException
Too many requests |
PictureparkException
Internal server error |
PictureparkException
Entity not found |
PictureparkNotFoundException
Entity not found |
DeleteWatermarkAsync(string, string, CancellationToken)
Declaration
Task DeleteWatermarkAsync(string customerId, string fileName, CancellationToken cancellationToken = default)
Parameters
string customerId |
string fileName |
CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Task |
Exceptions
ApiException
A server side error occurred. |
PictureparkValidationException
Validation exception |
PictureparkForbiddenException
Forbidden |
PictureparkConflictException
Version conflict |
PictureparkTooManyRequestsException
Too many requests |
PictureparkException
Internal server error |
PictureparkException
Entity not found |
PictureparkNotFoundException
Entity not found |
PutLogoAsync(string, LogoKind, FileParameter, CancellationToken)
Declaration
Task PutLogoAsync(string customerId, LogoKind type, FileParameter file, CancellationToken cancellationToken = default)
Parameters
string customerId |
LogoKind type |
FileParameter file |
CancellationToken cancellationToken |
Returns
Task |
PutWatermarkAsync(string, FileParameter, CancellationToken)
Declaration
Task PutWatermarkAsync(string customerId, FileParameter file, CancellationToken cancellationToken = default)
Parameters
string customerId |
FileParameter file |
CancellationToken cancellationToken |
Returns
Task |