Represents a lookup entry.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class LookupEntry
Visual Basic
Public Class LookupEntry

Remarks

A Lookup Entry is a condensed ContactEntry. This can be used to search for contacts for operations such as transfering an Interaction.

A lookup entry can be either a user, a station, a standalone phone, a workgroup queue, or an attendant profile. Refer to the LookupEntryType enumeration.

Lookup entries can be obtained by calling GetLookupEntries and GetLookupEntries or the corresponding asynchronous variants GetLookupEntriesAsync and GetLookupEntriesAsync.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.People..::..LookupEntry

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also