Skip to content

Commit a9eff3f

Browse files
committed
xml refs
1 parent b66d3e9 commit a9eff3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Altinn.App.Core/Features/Correspondence/Builder/ICorrespondenceStreamedAttachmentBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public interface ICorrespondenceStreamedAttachmentBuilder
5555
/// <summary>
5656
/// Sets the storage location of the attachment data.
5757
/// </summary>
58-
/// <remarks>In this context, it is extremely likely that the storage location is <see cref="CorrespondenceDataLocationType.ExistingCorrespondenceStreamedAttachment"/></remarks>
58+
/// <remarks>In this context, it is extremely likely that the storage location is <see cref="CorrespondenceDataLocationType.ExistingCorrespondenceAttachment"/></remarks>
5959
/// <param name="dataLocationType">The data storage location</param>
6060
ICorrespondenceStreamedAttachmentBuilder WithDataLocationType(CorrespondenceDataLocationType dataLocationType);
6161

src/Altinn.App.Core/Features/Correspondence/Models/CorrespondenceStreamedAttachment.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
namespace Altinn.App.Core.Features.Correspondence.Models;
22

3+
/// <summary>
4+
/// Represents a streamed attachment to a correspondence.
5+
/// </summary>
36
public sealed record CorrespondenceStreamedAttachment : MultipartCorrespondenceItem
47
{
58
/// <summary>

0 commit comments

Comments
 (0)