Implemented groundwork for search configuration.
This commit is contained in:
11
Props/Options/ModulesOptions.cs
Normal file
11
Props/Options/ModulesOptions.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Props.Options
|
||||
{
|
||||
public class ModulesOptions
|
||||
{
|
||||
public const string Modules = "Modules";
|
||||
public string ShopsDir { get; set; }
|
||||
public bool RecursiveLoad { get; set; }
|
||||
public int MaxResults { get; set; }
|
||||
public string ShopRegex { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user