IBIMonitoringStore.CreateIndicator Method
Saves an indicator object as a content type in a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function CreateIndicator ( _
listUrl As String, _
newElement As Indicator _
) As Indicator
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim newElement As Indicator
Dim returnValue As Indicator
returnValue = instance.CreateIndicator(listUrl, _
newElement)
Indicator CreateIndicator(
string listUrl,
Indicator newElement
)
Parameters
listUrl
Type: System.StringThe server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.
newElement
Type: IndicatorThe indicator object to save, which specifies a value for the required Name property.
Return Value
Type: Indicator
The new object.