aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-30 15:38:09 +0200
committerRoy <Roy.mail.net@gmail.com>2022-10-30 15:38:09 +0200
commit188548e6917449c9ef7819a0a7c03fee85456ffd (patch)
tree95b2e457a44e1d5130daab502e82a54b725aadbb /Software/Visual_Studio/FSE/Tango.FSE.Common
parent6cfab959098ae0bd78aad7a3e69c20eda31da2a9 (diff)
downloadTango-188548e6917449c9ef7819a0a7c03fee85456ffd.tar.gz
Tango-188548e6917449c9ef7819a0a7c03fee85456ffd.zip
Hot folder configuration dialog.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Common/HotFolder/IHotFolderService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/HotFolder/IHotFolderService.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/HotFolder/IHotFolderService.cs
index 1dff65565..cc9a08b03 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Common/HotFolder/IHotFolderService.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/HotFolder/IHotFolderService.cs
@@ -9,6 +9,7 @@ namespace Tango.FSE.Common.HotFolder
public interface IHotFolderService
{
bool Enabled { get; set; }
+ bool IsActive { get; }
String HotFolderPath { get; set; }
}
}