SlideshowGetViews Method

Gets the views for this slide show from the view IDs.

Namespace:  Dundas.BI.Entities.Views.Slideshows
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IList<View> GetViews()

Return Value

Type: IListView
The views for this slide show. If any were not found or unable to access, they are simply omitted.
Exceptions
ExceptionCondition
ArgumentExceptionOne of the IDs in Views is incorrect.
ArgumentOutOfRangeExceptionAn incorrect revision was requested.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also