diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-24 18:31:31 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-24 18:31:31 +0200 |
| commit | 912e8423fbf63a025dac977d5749e60d4c57df68 (patch) | |
| tree | f7bf2901f49cc2d970a8e5c2fb79069b03798ae2 /Software/Visual_Studio/Tango.FileSystem/Network | |
| parent | 74090438f4bbd60ad561c35b63b351a54014e4d2 (diff) | |
| download | Tango-912e8423fbf63a025dac977d5749e60d4c57df68.tar.gz Tango-912e8423fbf63a025dac977d5749e60d4c57df68.zip | |
Working on storage.
Diffstat (limited to 'Software/Visual_Studio/Tango.FileSystem/Network')
| -rw-r--r-- | Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs b/Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs index 1ed6c19e4..3cf91e869 100644 --- a/Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs +++ b/Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs @@ -11,5 +11,7 @@ namespace Tango.FileSystem.Network { public String Path { get; set; } public SpecialFolder? SpecialFolder { get; set; } + public bool FoldersOnly { get; set; } + public String Filter { get; set; } = "*.*"; } } |
