Click or drag to resize

IUCJsonItemsSearch Method

Search Items by Description

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<LoyItem> ItemsSearch(
	string search,
	int maxNumberOfItems,
	bool includeDetails
)

Parameters

search
Type: SystemString
Description search
maxNumberOfItems
Type: SystemInt32
includeDetails
Type: SystemBoolean

Return Value

Type: ListLoyItem
See Also