Added pattern to FS bookment
This commit is contained in:
parent
4b4491b559
commit
1d2801f3e0
|
|
@ -13,9 +13,10 @@ namespace Elsa.Activities.File.Bookmarks
|
|||
public FileCreatedBookmark()
|
||||
{ }
|
||||
|
||||
public FileCreatedBookmark(string path)
|
||||
public FileCreatedBookmark(string path, string pattern)
|
||||
{
|
||||
Path = path;
|
||||
Pattern = pattern;
|
||||
}
|
||||
|
||||
public string Path { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue