AreQueryOptionsSupported(QueryOptions)
AreQueryOptionsSupported(QueryOptions)
AreQueryOptionsSupported(QueryOptions)
AreQueryOptionsSupported(QueryOptions)
AreQueryOptionsSupported(QueryOptions)
|
Verifies whether the folder supports the specified search query options (returns true or false).
|
CreateFileQuery()
CreateFileQuery()
CreateFileQuery()
CreateFileQuery()
CreateFileQuery()
|
Retrieves an object for enumerating the files in a storage location and subscribing to events that fire when the contents of the storage location change.
|
CreateFileQuery(CommonFileQuery)
CreateFileQuery(CommonFileQuery)
CreateFileQuery(CommonFileQuery)
CreateFileQuery(CommonFileQuery)
CreateFileQuery(CommonFileQuery)
|
Retrieves an object with the specified options for enumerating the storage location in a folder and subscribing to events that fire when the contents of the storage location change.
|
CreateFileQueryWithOptions(QueryOptions)
CreateFileQueryWithOptions(QueryOptions)
CreateFileQueryWithOptions(QueryOptions)
CreateFileQueryWithOptions(QueryOptions)
CreateFileQueryWithOptions(QueryOptions)
|
Retrieves an object with the specified options for enumerating the files in a storage location and subscribing to events that fire when the contents of the storage location change.
|
CreateFolderQuery()
CreateFolderQuery()
CreateFolderQuery()
CreateFolderQuery()
CreateFolderQuery()
|
Retrieves an object for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.
|
CreateFolderQuery(CommonFolderQuery)
CreateFolderQuery(CommonFolderQuery)
CreateFolderQuery(CommonFolderQuery)
CreateFolderQuery(CommonFolderQuery)
CreateFolderQuery(CommonFolderQuery)
|
Retrieves an object with the specified options for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.
|
CreateFolderQueryWithOptions(QueryOptions)
CreateFolderQueryWithOptions(QueryOptions)
CreateFolderQueryWithOptions(QueryOptions)
CreateFolderQueryWithOptions(QueryOptions)
CreateFolderQueryWithOptions(QueryOptions)
|
Retrieves an object with the specified options for enumerating folders in a storage location and subscribing to events that fire when the contents of the storage location change.
|
CreateItemQuery()
CreateItemQuery()
CreateItemQuery()
CreateItemQuery()
CreateItemQuery()
|
Retrieves an object for performing shallow enumerations of the files and folders in a storage location. An app can use the object to enumerate the items in a storage location and subscribe to events that fire when the contents of the storage location change.
|
CreateItemQueryWithOptions(QueryOptions)
CreateItemQueryWithOptions(QueryOptions)
CreateItemQueryWithOptions(QueryOptions)
CreateItemQueryWithOptions(QueryOptions)
CreateItemQueryWithOptions(QueryOptions)
|
Retrieves an object with the specified options for enumerating the files and folders in a storage location and subscribing to events that fire when the contents of the storage location change.
|
GetFilesAsync(CommonFileQuery)
GetFilesAsync(CommonFileQuery)
GetFilesAsync(CommonFileQuery)
GetFilesAsync(CommonFileQuery)
GetFilesAsync(CommonFileQuery)
|
Retrieves a list of files based on the specified query (shallow enumeration). This returns a snapshot of the files at a point in time and does not allow you to keep track of changes through events.
|
GetFilesAsync(CommonFileQuery, UInt32, UInt32)
GetFilesAsync(CommonFileQuery, UInt32, UInt32)
GetFilesAsync(CommonFileQuery, UInt32, UInt32)
GetFilesAsync(CommonFileQuery, UInt32, UInt32)
GetFilesAsync(CommonFileQuery, UInt32, UInt32)
|
Retrieves a list of files in a specified range that are based on the specified file query. This returns a snapshot of the files at a point in time and does not allow you to keep track of changes through events.
|
GetFoldersAsync(CommonFolderQuery)
GetFoldersAsync(CommonFolderQuery)
GetFoldersAsync(CommonFolderQuery)
GetFoldersAsync(CommonFolderQuery)
GetFoldersAsync(CommonFolderQuery)
|
Retrieves a list of folders and file groups based on a specified folder query. This returns a snapshot of the folders or file groups at a point in time and does not allow you to keep track of changes through events.
|
GetFoldersAsync(CommonFolderQuery, UInt32, UInt32)
GetFoldersAsync(CommonFolderQuery, UInt32, UInt32)
GetFoldersAsync(CommonFolderQuery, UInt32, UInt32)
GetFoldersAsync(CommonFolderQuery, UInt32, UInt32)
GetFoldersAsync(CommonFolderQuery, UInt32, UInt32)
|
Asynchronously retrieves a range of folders in this folder based on a folder query. This returns a snapshot of the folders or file groups at a point in time and does not allow you to keep track of changes through events.
|
GetIndexedStateAsync()
GetIndexedStateAsync()
GetIndexedStateAsync()
GetIndexedStateAsync()
GetIndexedStateAsync()
|
Retrieves a value that indicates the indexed state of the StorageFolder location associated with the query.
|
GetItemsAsync(UInt32, UInt32)
GetItemsAsync(UInt32, UInt32)
GetItemsAsync(UInt32, UInt32)
GetItemsAsync(UInt32, UInt32)
GetItemsAsync(UInt32, UInt32)
|
Retrieves a list items like files, folders, or file groups, in a specified range (shallow enumeration).
|
IsCommonFileQuerySupported(CommonFileQuery)
IsCommonFileQuerySupported(CommonFileQuery)
IsCommonFileQuerySupported(CommonFileQuery)
IsCommonFileQuerySupported(CommonFileQuery)
IsCommonFileQuerySupported(CommonFileQuery)
|
Verifies whether this folder supports the specified file query (returns true or false).
|
IsCommonFolderQuerySupported(CommonFolderQuery)
IsCommonFolderQuerySupported(CommonFolderQuery)
IsCommonFolderQuerySupported(CommonFolderQuery)
IsCommonFolderQuerySupported(CommonFolderQuery)
IsCommonFolderQuerySupported(CommonFolderQuery)
|
Verifies whether this folder supports the specified folder query (returns true or false).
|