aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.FileSystem/Network
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-24 18:31:31 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-24 18:31:31 +0200
commit912e8423fbf63a025dac977d5749e60d4c57df68 (patch)
treef7bf2901f49cc2d970a8e5c2fb79069b03798ae2 /Software/Visual_Studio/Tango.FileSystem/Network
parent74090438f4bbd60ad561c35b63b351a54014e4d2 (diff)
downloadTango-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.cs2
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; } = "*.*";
}
}