Click or drag to resize

IUCService.MenuGet Method

Load Hospitality Menu

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

Parameters

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

Return Value

Type: MobileMenu
See Also