IBIMonitoringStore.ImportDashboard method
Imports a dashboard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub ImportDashboard ( _
siteUrl As String, _
filename As String, _
locationMap As SerializableDictionary, _
datasourceMap As SerializableDictionary, _
masterPageUrl As String _
)
'Usage
Dim instance As IBIMonitoringStore
Dim siteUrl As String
Dim filename As String
Dim locationMap As SerializableDictionary
Dim datasourceMap As SerializableDictionary
Dim masterPageUrl As String
instance.ImportDashboard(siteUrl, filename, _
locationMap, datasourceMap, masterPageUrl)
void ImportDashboard(
string siteUrl,
string filename,
SerializableDictionary locationMap,
SerializableDictionary datasourceMap,
string masterPageUrl
)
Parameters
siteUrl
Type: System.StringThe URI of the root site to import to. Example: https://servername (not https://servername/BI Center)
filename
Type: System.StringThe URL of the content package to import.
locationMap
Type: SerializableDictionaryA dictionary of old to new list locations to import to.
datasourceMap
Type: SerializableDictionaryA dictionary of old data source URLs to new data source URLs.
masterPageUrl
Type: System.StringThe URL of the master page.