IUCServiceContactSearch Method |
Search for list of Member Contacts by different searchType methods,
will return any contact that will match the search value.
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
SyntaxList<MemberContact> ContactSearch(
ContactSearchType searchType,
string search,
int maxNumberOfRowsReturned
)
Parameters
- searchType
- Type: LSRetail.Omni.Domain.DataModel.Loyalty.MembersContactSearchType
Field to search by - search
- Type: SystemString
Search value - maxNumberOfRowsReturned
- Type: SystemInt32
Max number of record, if set to 1 the exact search will be performed
Return Value
Type:
ListMemberContact
Remarks
LS Central WS2 : GetMemberContact2
LS Central WS4 : GetMemberContactInfo
See Also