Click or drag to resize
SetCDRUserFieldAction Constructor (String, String, Boolean)
Creates a new SetCDRUserFieldAction that sets the user field of the call detail record for the given channel to the given value.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetCDRUserFieldAction(
	string channel,
	string userField,
	bool append
)

Parameters

channel
Type: SystemString
the name of the channel
userField
Type: SystemString
the new value of the userfield
append
Type: SystemBoolean
true to append the value to the cdr user field or false to overwrite
See Also