Click or drag to resize

SOScriptingEventsClassOnContactBeforeMerge Method

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void OnContactBeforeMerge(
	int sourceContactId,
	int destinationId
)

Parameters

sourceContactId
Type: SystemInt32
destinationId
Type: SystemInt32

Implements

IScriptingEventsOnContactBeforeMerge(Int32, Int32)
See Also