Xceed FTP Library Documentation
XceedFtp control reference / Events / ScanningFolder event
In This Topic
    ScanningFolder event
    In This Topic

    Description

    This event is triggered for each folder being scanned for matching files as a result of a call to either the SendMultipleFiles or the ReceiveMultipleFiles methods.

    You can set the bSkipFolder parameter to True to prevent scanning this folder and all of its subfolders.

    Parameters
     

    Parameter Description
    sFolder  The name of the folder about to be scanned.
    bSkipFolder  Set this parameter to True to skip scanning this folder and its subfolders. Leave it to False to allow the folder to be scanned.

     

    Declaration (event)  

    void ScanningFolder( [in] BSTR sFolder, [in, out] VARIANT_BOOL* bSkipFolder ); 

    Declaration (interface implementation)  

    HRESULT ScanningFolder( [in] BSTR sFolder, [in, out] VARIANT_BOOL* bSkipFolder );