Click or drag to resize

CallLogItem Constructor

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CallLogItem(
	string sRemoteNumber,
	string sLocalUserName,
	string sSubject,
	DateTime startTime,
	DateTime endTime,
	int nDurationInSeconds,
	CallLogItemSourceType eSourceType,
	CallLogItemActionType actionType,
	bool bIsConference,
	bool bIsIgnored,
	bool bIsCallerIdPrivate,
	List<CallLogParticipant> callLogParticipants,
	List<CallLogItem> callEvents,
	Dictionary<string, string> properties
)

Parameters

sRemoteNumber
Type: SystemString
sLocalUserName
Type: SystemString
sSubject
Type: SystemString
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
nDurationInSeconds
Type: SystemInt32
eSourceType
Type: Avaya.ClientServicesCallLogItemSourceType
actionType
Type: Avaya.ClientServicesCallLogItemActionType
bIsConference
Type: SystemBoolean
bIsIgnored
Type: SystemBoolean
bIsCallerIdPrivate
Type: SystemBoolean
callLogParticipants
Type: System.Collections.GenericListCallLogParticipant
callEvents
Type: System.Collections.GenericListCallLogItem
properties
Type: System.Collections.GenericDictionaryString, String
See Also