SPDataStore.ImportDashboard method

Imports a dashboard.

Namespace:  Microsoft.PerformancePoint.Scorecards.Store
Assembly:  Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntax

'Declaration
Public Sub ImportDashboard ( _
    siteUrl As String, _
    filename As String, _
    locationMap As SerializableDictionary, _
    datasourceMap As SerializableDictionary, _
    masterPageUrl As String _
)
'Usage
Dim instance As SPDataStore
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)
public void ImportDashboard(
    string siteUrl,
    string filename,
    SerializableDictionary locationMap,
    SerializableDictionary datasourceMap,
    string masterPageUrl
)

Parameters

  • siteUrl
    Type: System.String

    The URI of the root site to import to. Example: https://servername (not https://servername/BI Center)

  • filename
    Type: System.String

    The URL of the content package to import.

  • locationMap
    Type: SerializableDictionary

    A dictionary of old to new list locations to import to.

  • datasourceMap
    Type: SerializableDictionary

    A dictionary of old data source URLs to new data source URLs.

Implements

IBIMonitoringStore.ImportDashboard(String, String, SerializableDictionary, SerializableDictionary, String)

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace