Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

SearchMode Property

The level at which to search.

Syntax

__property TicsDropboxSearchModes SearchMode = {read=FSearchMode, write=FSetSearchMode};



enum TicsDropboxSearchModes { smFileName=0, smFileNameAndContent=1, smDeletedFileName=2 };

Default Value

0

Remarks

This property specifies the search mode when Search is called. Possible values are:

0 (smFileName - default) File and folder names are searched.
1 (smFileNameAndContent) File and folder names as well as file contents are searched.
2 (smDeletedFileName) Deleted file and folder names are searched.

Note: File content searching is only supported for business accounts.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0