You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public sealed class AttachmentPayload : System.IEquatable<Altinn.App.Core.Features.Correspondence.Models.AttachmentPayload>
728
-
{
729
-
public AttachmentPayload() { }
730
-
public string? DisplayName { get; set; }
731
-
public string? FileName { get; set; }
732
-
public bool IsEncrypted { get; set; }
733
-
public string SendersReference { get; set; }
734
-
}
735
727
public abstract class CorrespondenceAttachment : Altinn.App.Core.Features.Correspondence.Models.MultipartCorrespondenceItem, System.IEquatable<Altinn.App.Core.Features.Correspondence.Models.CorrespondenceAttachment>
0 commit comments