Click or drag to resize
Cimbalino ToolkitIFilePickerService Interface
Represents a service capable of handling the file pickers.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IFilePickerService

The IFilePickerService type exposes the following members.

Methods
  NameDescription
Public methodPickMultipleFilesAsync
Shows the file picker so that the user can pick multiple files.
Public methodPickSingleFileAsync
Shows the file picker so that the user can pick one file.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also