Windows.Storage.BulkAccess namespace

This topic has not yet been rated - Rate this topic

Provides classes for searching, accessing, managing, and retrieving information about files and folders in the storage system.

Provides quick access and retrieval of file and folder properties that are also available directly off StorageFile or StorageFolder objects (by using synchronous operations). These classes can be used to bind file system items to JavaScript ListView or XAML ListView and GridView controls.

Members

The Windows.Storage.BulkAccess namespace has these types of members:

Classes

The Windows.Storage.BulkAccess namespace has these classes.

ClassDescription
FileInformation Provides synchronous access to the properties exposed off StorageFile and lets an app perform asynchronous file operations such as copy, delete, move, and rename.
FileInformationFactory Used to load information about files and folders from the results of a query and to bind these file system items to JavaScript ListView or XAML ListView and GridView controls. After information is loaded, an app can then access that information quickly using synchronous operations.
FolderInformation Provides synchronous access to the properties exposed off StorageFolder and lets an app perform asynchronous management operations such as copy, delete, move, and rename.

 

Interfaces

The Windows.Storage.BulkAccess namespace defines these interfaces.

InterfaceDescription
IStorageItemInformation Provides synchronous access to the properties of a file or folder in the file system.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

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