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