Gets or sets the update interval value for progress checking.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute()]
[JsonAttribute(true, true, )]
public int ProgressUpdateInterval { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute()> _
<JsonAttribute(True, True, )> _
Public Property ProgressUpdateInterval As Integer
	Get
	Set

See Also