ListaDeComprasClient
.
.
::
.
.
UploadImageAsync Method
upload image as an asynchronous operation.
Namespace:
ListaDeCompras.SDK
Assembly:
ListaDeCompras.SDK
(in ListaDeCompras.SDK.dll)
Syntax
C#
public
void
UploadImageAsync
(
int
productId
,
string
fileName
,
Byte
[]
imageData
)
Parameters
productId
Type:
Int32
The product identifier.
fileName
Type:
String
Name of the file.
imageData
Type:
array<
Byte
>
[]
()
[]
[]
The image data.
See Also
ListaDeComprasClient Class
ListaDeCompras.SDK Namespace