Retrieves a collection of FileInformation objects that contain information about a range of StorageFile objects in a collection.
Syntax
fileInformationFactory.getFilesAsync(startIndex, maxItemsToRetrieve).done( /* Your success and error handlers */ );
Parameters
- startIndex
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The zero-based index of the first StorageFile in the range.
- maxItemsToRetrieve
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The maximum number of StorageFile objects to retrieve information for.
Return value
Type: IAsyncOperation<IVectorView>
When this method completes successfully, it returns the list (type IVectorView) of FileInformation objects.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012