Click or drag to resize

IUCJsonMenuGet Method

Load Hospitality Menu

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
MobileMenu MenuGet(
	string storeId,
	string salesType,
	bool loadDetails,
	ImageSize imageSize
)

Parameters

storeId
Type: SystemString
Store to load, empty loads all
salesType
Type: SystemString
Sales type to load, empty loads all
loadDetails
Type: SystemBoolean
Load Item Details and Image data
imageSize
Type: LSRetail.Omni.Domain.DataModel.Base.RetailImageSize
Size of Image if loadDetails is set to true

Return Value

Type: MobileMenu
See Also