Share via


CtiLookupRequest.AddLookupRequestItem(String, String) Method

Definition

Adds a new item to the lookup request object.

public:
 bool AddLookupRequestItem(System::String ^ keyName, System::String ^ value);
public bool AddLookupRequestItem (string keyName, string value);
member this.AddLookupRequestItem : string * string -> bool
Public Function AddLookupRequestItem (keyName As String, value As String) As Boolean

Parameters

keyName
String

Specifies the key name.

value
String

Specifies the value.

Returns

True if the new item was successfully added, otherwise false.

Applies to