ShareFile Constructors
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.
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
).