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; }
<DataMemberAttribute(Name := "views", EmitDefaultValue := false)>
Public ReadOnly Property Views As IList(Of FileData)
Get
public:
[DataMemberAttribute(Name = L"views", EmitDefaultValue = false)]
property IList<FileData^>^ Views {
IList<FileData^>^ get ();
}
[<DataMemberAttribute(Name = "views", EmitDefaultValue = false)>]
member Views : IList<FileData> with get
Property Value
Type:
IListFileData
The views.
See Also