IScriptingEventsOnContactBeforeMerge Method |
Called when a merge operation is performed to combine two objects.
New in Seven.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnContactBeforeMerge(
int sourceContactId,
int destinationId
)
Sub OnContactBeforeMerge (
sourceContactId As Integer,
destinationId As Integer
)
Dim instance As IScriptingEvents
Dim sourceContactId As Integer
Dim destinationId As Integer
instance.OnContactBeforeMerge(sourceContactId,
destinationId)
void OnContactBeforeMerge(
[InAttribute] int sourceContactId,
[InAttribute] int destinationId
)
Parameters
- sourceContactId
- Type: SystemInt32
- destinationId
- Type: SystemInt32
Examples
See Also