This topic has not yet been rated - Rate this topic

QueryOptions.FolderDepth | folderDepth property

Indicates whether the search query should produce a shallow view of the folder contents or a deep recursive view of all files and subfolder.

Syntax


var folderDepth = queryOptions.folderDepth;
queryOptions.folderDepth = folderDepth;

Property value

Type: FolderDepth

A value that indicates how deeply to query the folder. The default value is FolderDepth.Shallow. Predefined queries typically override this property and change it to FolderDepth.Deep.

Remarks

Windows Phone 8

This API is not implemented and will throw an exception if called.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Storage.Search
Windows::Storage::Search [C++]

Metadata

Windows.winmd

See also

QueryOptions

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.