improvements to site groups
This commit is contained in:
@@ -20,11 +20,6 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public int SiteId { 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>
|
||||
|
||||
@@ -3,6 +3,7 @@ namespace Oqtane.Shared
|
||||
public class SiteGroupTypes
|
||||
{
|
||||
public const string Synchronization = "Synchronization";
|
||||
public const string Comparison = "Comparison";
|
||||
public const string Localization = "Localization";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user