ListaDeComprasClient..::..UploadImage Method

Uploads the image.

Namespace:  ListaDeCompras.SDK
Assembly:  ListaDeCompras.SDK (in ListaDeCompras.SDK.dll)

Syntax


public void UploadImage(
	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.