CtiLookupRequest Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents a customer lookup request, emitted by the CTI subsystem to a customer search provider.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Desktop.Cti.Core.CtiLookupRequest
Syntax
public sealed class CtiLookupRequest
Public NotInheritable Class CtiLookupRequest
Constructors
Name | Description | |
---|---|---|
CtiLookupRequest() | Initializes a new instance of the CtiLookupRequest class. |
|
CtiLookupRequest(Guid, String, String, String, String) | Initializes a new instance of the CtiLookupRequest class. |
Properties
Name | Description | |
---|---|---|
Items | Gets or sets the list of look up request items that contain data to be passed to the search control. |
Methods
Name | Description | |
---|---|---|
AddLookupRequestItem(String, String) | Adds a new item to the lookup request object. |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetRequiredLookupData(Guid, String, String, String, String) | Retrieves the CTI lookup command data from the Lookup Request object.. |
|
GetType() | (Inherited from Object.) |
|
RemoveLookupRequestItem(String) | Removes an item from the lookup request items list by keyname. |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
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. |
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.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Uii.Desktop.Cti.Core Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright