IBIMonitoringStore.CreateFilter method

Saves a filter 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 CreateFilter ( _
    listUrl As String, _
    filter As Filter _
) As Filter
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim filter As Filter
Dim returnValue As Filter

returnValue = instance.CreateFilter(listUrl, _
    filter)
Filter CreateFilter(
    string listUrl,
    Filter filter
)

Parameters

  • listUrl
    Type: System.String

    The server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.

Return value

Type: Microsoft.PerformancePoint.Scorecards.Filter
The new object.

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace