IOperationServiceTryGetProductGroupMenuImage Method |
Returns a byte sequence presenting an image to be shown as a background on a menu button for the specified product group. If the product group doesn't have an image, null will be returned.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxbyte[] TryGetProductGroupMenuImage(
IProductGroup productGroup
)
Parameters
- productGroup IProductGroup
-
Product group to get menu image for.
Return Value
Byte
Remarks
The image may be of any format, depending on what the user has uploaded.
See Also