Edit

Share via


Search.SearchSubFolders Property

Definition

Returns a Boolean (bool in C#) indicating whether the scope of the specified search included the subfolders of any folders searched. Read-only.

public:
 property bool SearchSubFolders { bool get(); };
public bool SearchSubFolders { get; }
Public ReadOnly Property SearchSubFolders As Boolean

Property Value

Remarks

This property is determined by the SearchSubfolders argument of the AdvancedSearch(String, Object, Object, Object) method and is specified when the search is initiated. If True, the Search object searches through any subfolders in the specified filter path.

Applies to