Click or drag to resize

IScriptingEventsOnPersonBeforeMerge 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
Syntax
void OnPersonBeforeMerge(
	int sourcePersonId,
	int destinationId
)

Parameters

sourcePersonId
Type: SystemInt32
destinationId
Type: SystemInt32
Examples
See Also