IPickerResult interface

Last modified: August 25, 2014

Applies to: Office 365 | OneDrive

In this article
Methods
Defined in
Package

Interface for a class that represents the result of a picked file from OneDrive for viewing or downloading.

public Interface IPickerResult

Name

Description

IPickerResult.getFileExtension method

Returns the file extension of the file picked from OneDrive.

IPickerResult.getLink method

Returns a link to the requested file.

IPickerResult.getLinkType method

Returns the link type requested for the picked file.

IPIckerResult.getName method

Returns the name of the picked file from OneDrive.

IPickerResult.getSize method

Returns the file size in bytes of the picked file from OneDrive.

IPickerResult.getThumbnailLinks method

Returns the map of all available thumbnails with corresponding links from OneDrive.

IPickerResult.java

Show: