SlideshowViewIds Property

Gets the IDs of the Views that are in this slide show, in order.

Namespace: Dundas.BI.Entities.Views.Slideshows
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IList<Guid> ViewIds { get; }

Property Value

IListGuid
The IDs of the Views.
See Also