ShareFile Constructors

Definition

Overloads

ShareFile(String)

File to be shared.

ShareFile(FileBase)

Shares an existing file.

ShareFile(String, String)

ShareFile(String)

File to be shared.

public ShareFile (string fullPath);

Parameters

fullPath
System.String

The full path and filename.

Applies to

ShareFile(FileBase)

Shares an existing file.

public ShareFile (Xamarin.Essentials.FileBase file);

Parameters

file
FileBase

Existing file to be shared.

Applies to

ShareFile(String, String)

public ShareFile (string fullPath, string contentType);

Parameters

fullPath
System.String

Full path and filename.

contentType
System.String

Explicit content type (MIME type) of the file (eg: image/png).

Applies to