Skip to content

Commit d4a5f92

Browse files
authored
Merge pull request #249 from Project-MONAI/hotfix-nds
adding comment
2 parents 875b2df + d41cfbe commit d4a5f92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Messaging/Events/ExportRequestEvent.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ public class ExportRequestEvent : EventBase
8787
[JsonPropertyName("error_messages")]
8888
public List<string> ErrorMessages { get; private set; }
8989

90+
/// <summary>
91+
/// Gets or set the payloadId for external apps sending data back
92+
/// </summary>
9093
[JsonProperty(PropertyName = "file_id")]
9194
[JsonPropertyName("file_id")]
9295
public string? PayloadId { get; set; }

0 commit comments

Comments
 (0)