refactorimg Site Groups

This commit is contained in:
sbwalker
2026-01-28 10:47:39 -05:00
parent c95725d444
commit 912c01cdf8
10 changed files with 242 additions and 200 deletions

View File

@@ -20,16 +20,6 @@ namespace Oqtane.Models
/// </summary>
public int SiteId { get; set; }
/// <summary>
/// Indicates if content should be synchronized for the site (false = compare, true = update)
/// </summary>
public bool Synchronize { get; set; }
/// <summary>
/// The role who should be notified of changes to the site (non-primary site only)
/// </summary>
public string NotifyRoleName { get; set; }
/// <summary>
/// The last date/time the site was synchronized
/// </summary>