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

SearchMode Property

The level at which to search.

Syntax

public int getSearchMode();
public void setSearchMode(int searchMode);

Enumerated values: public final static int smFileName = 0; public final static int smFileNameAndContent = 1; public final static int smDeletedFileName = 2;

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