| CallLogOperationData Constructor |
Constructor of the CallLogOperationData class.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic CallLogOperationData(
List<CallLogItem> callLogItems
)
Parameters
- callLogItems
- Type: System.Collections.GenericListCallLogItem
The list of CallLogItem objects related to a Call Log Service operation.
See Also