SlideshowDataViews Property

Gets the views as files associated with this slide show. This is because usually the client needs them, and doing 2 calls is unnecessary.

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 = "views", EmitDefaultValue = false)]
public IList<FileData> Views { get; }

Property Value

Type: IListFileData
The views.
See Also