Click or drag to resize

IUCService.ItemsSearch Method

Search Items by Description

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

Parameters

search
Type: System.String
Description search
maxNumberOfItems
Type: System.Int32
includeDetails
Type: System.Boolean

Return Value

Type: List<LoyItem>
See Also