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

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