Click or drag to resize

SOScriptingEventsClassOnProjectBeforeMerge Method

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

Parameters

sourceProjectId
Type: SystemInt32
destinationId
Type: SystemInt32

Implements

IScriptingEventsOnProjectBeforeMerge(Int32, Int32)
See Also