ShareFileRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Standard request for sharing a file to another application.
public class ShareFileRequest : Xamarin.Essentials.ShareRequestBase
- Inheritance
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) |