This commit is contained in:
@@ -22,6 +22,10 @@ namespace AyaNova.Models
|
||||
public List<string> Tags { get; set; } = new List<string>();
|
||||
|
||||
//----
|
||||
[Required]
|
||||
public bool CopyWiki { get; set; }
|
||||
[Required]
|
||||
public bool CopyAttachments { get; set; }
|
||||
public DateTime? StopGeneratingDate { get; set; }
|
||||
[Required]
|
||||
public DaysOfWeek ExcludeDaysOfWeek { get; set; }//bit field flags set
|
||||
|
||||
Reference in New Issue
Block a user