LiveEventActionInput.RemoveOutputsOnStop Property

Definition

Gets or sets the flag indicates whether live outputs are automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets.

[Newtonsoft.Json.JsonProperty(PropertyName="removeOutputsOnStop")]
public bool? RemoveOutputsOnStop { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="removeOutputsOnStop")>]
member this.RemoveOutputsOnStop : Nullable<bool> with get, set
Public Property RemoveOutputsOnStop As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to