Skip to content

Commit 16f14dd

Browse files
committed
added DestinationFolder to ExternalAppRequestEvent
Signed-off-by: Neil South <[email protected]>
1 parent 2aa3e75 commit 16f14dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Messaging/Events/ExternalAppRequestEvent.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ public class ExternalAppRequestEvent
117117
/// </summary>
118118
public List<DataOrigin> Targets { get; set; } = new List<DataOrigin>();
119119

120+
[JsonProperty(PropertyName = "destination_folder")]
121+
[JsonPropertyName("destination_folder")]
122+
public string? DestinationFolder { get; set; }
123+
120124
[Newtonsoft.Json.JsonConstructor]
121125
[System.Text.Json.Serialization.JsonConstructor]
122126
public ExternalAppRequestEvent()

0 commit comments

Comments
 (0)