PickerResult class

Last modified: August 25, 2014

Applies to: Office 365 | OneDrive

In this article
Methods
Defined in
Package

A collection of information about an object that was picked with an IPicker.

public final class PickerResult implements IPickerResult

Name

Description

PickerResult.getFileExtension method

Returns the extension of the file picked from OneDrive.

PickerResult.getLink method

Returns a link to the requested file.

PickerResult.getLinkType method

Returns the link type requested for the picked file.

PickerResult.getName method

Returns the name of the picked file from OneDrive.

PickerResult.getSize method

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

PickerResult.getThumbnailLinks method

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

PickerResult.java

Show: