The UpdateFileStructureInfoBefore event is called if a client-side file structure change is to be made.
Syntax | ||||
UpdateFileStructureInfoBefore(CountNew, CountUpdate, CountDelete, Cancel) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Name |
Type |
Passing |
Description |
|
CountNew |
Long |
ByVal |
Number of new files to be added |
|
CountUpdate |
Long |
ByVal |
Number of files to be changed |
|
CountDelete |
Long |
ByVal |
Number of files to be deleted |
|
Cancel |
Boolean |
ByRef |
True to cancel the function |
|