Syncshell Public & MCDF Share

This commit is contained in:
2025-11-01 19:55:54 +01:00
parent 0abb078c21
commit deb911cb0a
8 changed files with 102 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ public record GroupInfoDto(GroupData Group, UserData Owner, GroupPermissions Gro
{
public GroupPermissions GroupPermissions { get; set; } = GroupPermissions;
public UserData Owner { get; set; } = Owner;
public bool AutoDetectVisible { get; set; }
public bool PasswordTemporarilyDisabled { get; set; }
public string OwnerUID => Owner.UID;
public string? OwnerAlias => Owner.Alias;