ShareFileRequest Class

Definition

Standard request for sharing a file to another application.

public class ShareFileRequest : Xamarin.Essentials.ShareRequestBase
Inheritance
System.Object
ShareFileRequest

Constructors

ShareFileRequest()

Default constructor.

ShareFileRequest(FileBase)

Share request with an existing file.

ShareFileRequest(ShareFile)

Share request with an existing file.

ShareFileRequest(String, FileBase)

Share request with an existing file.

ShareFileRequest(String, ShareFile)

Share requerst with an existing file.

Properties

File

Gets or sets the file to share.

PresentationSourceBounds

Gets or sets the source rectangle to display the Share UI from.

(Inherited from ShareRequestBase)
Title

Gets or sets the title to use on the share user interface

(Inherited from ShareRequestBase)

Applies to