aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-25 14:36:51 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-25 14:36:51 +0200
commit9f2461055ef42054026aab2da4e0363e57b67f2a (patch)
tree832f11418060c27211ca22157ecd4a4a0e573317 /Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs
parent0826ff68565e476c5990945ed0cf8dacb2feee5b (diff)
parente3f44f81af2cc5a650041d06fe2106937af03560 (diff)
downloadTango-9f2461055ef42054026aab2da4e0363e57b67f2a.tar.gz
Tango-9f2461055ef42054026aab2da4e0363e57b67f2a.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.FileSystem/Network/GetFileSystemItemRequest.cs')
-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; } = "*.*";
}
}