ShareFile Class

Definition

A file to be shared.

public class ShareFile : Xamarin.Essentials.FileBase
Inheritance
ShareFile

Constructors

ShareFile(FileBase)

Shares an existing file.

ShareFile(String)

File to be shared.

ShareFile(String, String)

Properties

ContentType

Gets or sets the file's content type as a MIME type (eg: image/png).

(Inherited from FileBase)
FileName (Inherited from FileBase)
FullPath

This property is purely informative, and does not always return the actual physical path to the file. To get the file, use OpenReadAsync method.

(Inherited from FileBase)

Methods

OpenReadAsync() (Inherited from FileBase)

Applies to