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 (9.0.0.1000)
Syntaxpublic IList<View> GetViews()
Public Function GetViews As IList(Of View)
public:
IList<View^>^ GetViews()
member GetViews : unit -> IList<View>
Return Value
Type:
IListViewThe views for this slide show. If any were not found or unable to access, they are simply omitted.
Exceptions| Exception | Condition |
|---|
| ArgumentException | One of the IDs in Views is incorrect. |
| ArgumentOutOfRangeException | An incorrect revision was requested. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also