Interface IFilePickerResult

Returned from a successful file picker operation.

Index

Properties

Properties

public data: { files?: Microsoft.Live.IFile[]; folders?: Microsoft.Live.IFolder[]; }

Contains data concerning the user's picked files.

optional public data.files?: IFile[]

Information on files choden in the picker.

optional public data.folders?: IFolder[]

Information on folders chosen in the picker.