refactor Site Groups

This commit is contained in:
sbwalker
2026-01-28 19:06:18 -05:00
parent 8a4275c240
commit ce905499b0
7 changed files with 94 additions and 75 deletions

View File

@@ -20,6 +20,16 @@ namespace Oqtane.Models
/// </summary>
public int SiteId { get; set; }
/// <summary>
/// Specifies the site synchronization approach (false = compare, true = update)
/// </summary>
public bool Synchronize { get; set; }
/// <summary>
/// Indicates if the site administrator should be notified of any synchronization activity
/// </summary>
public bool Notify { get; set; }
/// <summary>
/// The last date/time the site was synchronized
/// </summary>

View File

@@ -18,14 +18,9 @@ namespace Oqtane.Models
public int PrimarySiteId { get; set; }
/// <summary>
/// Indicates if the group supports synchronization (null = no, false = compare, true = update)
/// Indicates if the group supports synchronization
/// </summary>
public bool? Synchronization { get; set; }
/// <summary>
/// Indicates if the site administrator should be notified of any synchronization activity
/// </summary>
public bool Notify { get; set; }
public bool Synchronization { get; set; }
/// <summary>
/// Specifies if the group needs to be synchronized