SlideshowDataSlideRefresh Property

Gets or sets the duration that each slide will refresh its content in seconds. A value of 0 means that the slide should never refresh its content.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "slideRefresh", EmitDefaultValue = false)]
public int SlideRefresh { get; set; }

Property Value

Type: Int32
The content refresh of the slide in seconds.
See Also