15 references to ShareFileRequest
Microsoft.Maui.Essentials (15)
Share\Share.netstandard.tvos.watchos.cs (1)
10
Task PlatformRequestAsync(
ShareFileRequest
request) =>
Share\Share.shared.cs (14)
26
/// <param name="request">A <see cref="
ShareFileRequest
"/> object containing the details of the data to share.</param>
28
Task RequestAsync(
ShareFileRequest
request);
71
/// <param name="request">A <see cref="
ShareFileRequest
"/> object containing the details of the data to share.</param>
73
public static Task RequestAsync(
ShareFileRequest
request) =>
118
/// <inheritdoc cref="IShare.RequestAsync(
ShareFileRequest
)"/>
120
/// <exception cref="ArgumentException">Thrown when <see cref="
ShareFileRequest
.File"/> is <see langword="null"/>.</exception>
121
public Task RequestAsync(
ShareFileRequest
request)
246
/// Initializes a new instance of the <see cref="
ShareFileRequest
"/> class.
253
/// Initializes a new instance of the <see cref="
ShareFileRequest
"/> class with the given title and file.
264
/// Initializes a new instance of the <see cref="
ShareFileRequest
"/> class with the given title and file.
275
/// Initializes a new instance of the <see cref="
ShareFileRequest
"/> class with the given file.
282
/// Initializes a new instance of the <see cref="
ShareFileRequest
"/> class with the given file.
348
/// <param name="request">The <see cref="
ShareFileRequest
"/> object to convert into a <see cref="ShareMultipleFilesRequest"/> object.</param>
349
public static explicit operator ShareMultipleFilesRequest(
ShareFileRequest
request) =>