CtiLookupRequest Class

Definition

Represents a customer lookup request, emitted by the CTI subsystem to a customer search provider.

public ref class CtiLookupRequest sealed
public sealed class CtiLookupRequest
type CtiLookupRequest = class
Public NotInheritable Class CtiLookupRequest
Inheritance
CtiLookupRequest

Remarks

This class describes common data elements that the CTI system will provide as well as the ability to add custom data to the request.

Constructors

CtiLookupRequest()

Initializes a new instance of the CtiLookupRequest class.

CtiLookupRequest(Guid, String, String, String, String)

Initializes a new instance of the CtiLookupRequest class.

Fields

CTILOOKUPACTIONNAME

Specifies the name of the action that the CTI subsystem will submit lookup requests to. The search control should register an action with this name.

Properties

Items

Gets or sets the list of look up request items that contain data to be passed to the search control.

Methods

AddLookupRequestItem(String, String)

Adds a new item to the lookup request object.

GetRequiredLookupData(Guid, String, String, String, String)

Retrieves the CTI lookup command data from the Lookup Request object..

RemoveLookupRequestItem(String)

Removes an item from the lookup request items list by keyname.

Applies to