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 |
|---|---|
|
Returns the file extension of the file picked from OneDrive. |
|
|
Returns a link to the requested file. |
|
|
Returns the link type requested for the picked file. |
|
|
Returns the name of the picked file from OneDrive. |
|
|
Returns the file size in bytes of the picked file from OneDrive. |
|
|
Returns the map of all available thumbnails with corresponding links from OneDrive. |
Show: