Click or drag to resize

SOScriptingEventsClassOnAfterReadReplicationFile Method

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void OnAfterReadReplicationFile(
	int travellerid,
	int filenumber,
	string filepath
)

Parameters

travellerid
Type: SystemInt32
filenumber
Type: SystemInt32
filepath
Type: SystemString

Implements

IScriptingEventsOnAfterReadReplicationFile(Int32, Int32, String)
See Also