Search.SearchSubFolders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.