Click or drag to resize

IOperationServiceGetProductMenuImage Method

Returns a byte sequence presenting an image to be shown as a background on a menu button for the specified product. If the product doesn't have an image, null will be returned.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
byte[] GetProductMenuImage(
	IProduct product
)

Parameters

product
Type: Resto.Front.Api.Data.AssortmentIProduct
Product to get menu image for.

Return Value

Type: Byte
Remarks
The image may be of any format, depending on what the user has uploaded.
See Also