Click or drag to resize

SOScriptingEventsClassOnPersonBeforeMerge Method

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

Parameters

sourcePersonId
Type: SystemInt32
destinationId
Type: SystemInt32

Implements

IScriptingEventsOnPersonBeforeMerge(Int32, Int32)
See Also