Click or drag to resize
CallLogOperationData Constructor
Constructor of the CallLogOperationData class.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public CallLogOperationData(
	List<CallLogItem> callLogItems
)

Parameters

callLogItems
Type: System.Collections.GenericListCallLogItem
The list of CallLogItem objects related to a Call Log Service operation.
See Also