Share via


FileUploadCompletionNotification.IsSuccess Property

Definition

Whether the file upload was successful or not.

[Newtonsoft.Json.JsonProperty(PropertyName="isSuccess")]
public bool IsSuccess { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSuccess")>]
member this.IsSuccess : bool
Public ReadOnly Property IsSuccess As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to