The UpdateFileStructureProcess event is called if a single client-side file structure change occurs.
Syntax | ||||
UpdateFileStructureProcess(SourceFile, DestinationFile, UpdateType, Cancel, Skip) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Name |
Type |
Passing |
Description |
|
SourceFile |
String |
ByVal |
Name of the server's source file |
|
DestinationFile |
String |
ByVal |
Name of the destination file at the client |
|
UpdateType |
UpdateTypes |
ByVal |
Type of operation |
|
Cancel |
Boolean |
ByRef |
Cancel the entire operation |
|
Skip |
Boolean |
ByRef |
Skip the individual operation |
|