Skip to content

Commit efead87

Browse files
Updated summary of FilePickerOptions.
1 parent f7e6cc5 commit efead87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/KristofferStrube.Blazor.FileSystemAccess/Options/FilePickerOptions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
namespace KristofferStrube.Blazor.FileSystemAccess;
55

66
/// <summary>
7-
/// Options common to both the open and save dialog method.
7+
/// Options common between <see cref="IFileSystemAccessService.ShowOpenFilePickerAsync(KristofferStrube.Blazor.FileSystemAccess.OpenFilePickerOptions?)"/>
8+
/// and <see cref="IFileSystemAccessService.ShowSaveFilePickerAsync(KristofferStrube.Blazor.FileSystemAccess.SaveFilePickerOptions?)"/>.
89
/// </summary>
910
/// <remarks><see href="https://wicg.github.io/file-system-access/#dictdef-filepickeroptions">See the API definition here</see>.</remarks>
1011
public abstract class FilePickerOptions

0 commit comments

Comments
 (0)