Open this page in the API Guide

SlideshowData.Views 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 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "views", EmitDefaultValue = false)]
public IList<FileData> Views { get; }

Property Value

Type: IList<FileData>
The views.
See Also