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

SearchMode Property

The level at which to search.

Syntax

[VB.NET]
Public Property SearchMode As DropboxSearchModes

[C#]
public DropboxSearchModes SearchMode {get; set;}

enum DropboxSearchModes { smFileName, smFileNameAndContent, smDeletedFileName }

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.

Default Value

0

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