Skip to content

Commit d41cfbe

Browse files
committed
adding comment
Signed-off-by: Neil South <[email protected]>
1 parent 875b2df commit d41cfbe

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)