IApplicationEventsBeforeWriteReplicationFile Method |
method BeforeWriteReplicationFile
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid BeforeWriteReplicationFile(
int TravellerId,
string DestinationPath
)
Sub BeforeWriteReplicationFile (
TravellerId As Integer,
DestinationPath As String
)
Dim instance As IApplicationEvents
Dim TravellerId As Integer
Dim DestinationPath As String
instance.BeforeWriteReplicationFile(TravellerId,
DestinationPath)
void BeforeWriteReplicationFile(
[InAttribute] int TravellerId,
[InAttribute] String^ DestinationPath
)
Parameters
- TravellerId
- Type: SystemInt32
- DestinationPath
- Type: SystemString
See Also