SOScriptingEventsClassOnPersonBeforeMerge Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnPersonBeforeMerge(
int sourcePersonId,
int destinationId
)
Public Overridable Sub OnPersonBeforeMerge (
sourcePersonId As Integer,
destinationId As Integer
)
Dim instance As SOScriptingEventsClass
Dim sourcePersonId As Integer
Dim destinationId As Integer
instance.OnPersonBeforeMerge(sourcePersonId,
destinationId)
public:
virtual void OnPersonBeforeMerge(
[InAttribute] int sourcePersonId,
[InAttribute] int destinationId
)
Parameters
- sourcePersonId
- Type: SystemInt32
- destinationId
- Type: SystemInt32
Implements
IScriptingEventsOnPersonBeforeMerge(Int32, Int32)
See Also