Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

FolderInformation.CreateItemQueryWithOptions | createItemQueryWithOptions method

Creates an object used to perform filtered search queries for items in the folder. The object is initialized with the specified query options.

Syntax


public StorageItemQueryResult CreateItemQueryWithOptions(
  QueryOptions queryOptions
)

Parameters

queryOptions

Type: QueryOptions

The initial query options.

Return value

Type: StorageItemQueryResult

An object for managing the search queries and accessing the results.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

FolderInformation

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.