Method | Description | |
---|---|---|
Delete ( int imageId ) : System.Threading.Tasks.Task |
Delete an existing image
|
|
Get ( object imageIdOrSlug ) : Task |
Retrieve information about a public or private image on your account. You can only retrieve information about public images when using a slug. |
|
GetAll ( ImageType type = ImageType.All ) : Task |
Retrieve all images available on your account.
|
|
ImagesClient ( IConnection connection ) : System | ||
Update ( int imageId, Models image ) : Task |
Update an existing image
|
public Delete ( int imageId ) : System.Threading.Tasks.Task | ||
imageId | int | |
return | System.Threading.Tasks.Task |
public GetAll ( ImageType type = ImageType.All ) : Task |
||
type | ImageType | |
return | Task |
public ImagesClient ( IConnection connection ) : System | ||
connection | IConnection | |
return | System |
public Update ( int imageId, Models image ) : Task | ||
imageId | int | |
image | Models | |
return | Task |