FCOContentType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of first class objects (FCOs) used by PerformancePoint Services.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration FCOContentType
'Usage
Dim instance As FCOContentType
[SerializableAttribute]
[FlagsAttribute]
public enum FCOContentType

Members

Member name Description
None Represents the case where no content type is specified.
PpsDashboard Represents a dashboard.
PpsScorecard Represents a scorecard.
PpsKpi Represents a KPI.
PpsReportView Represents a report.
PpsIndicator Represents an indicator.
PpsDataSource Represents a data source.
PpsFilter Represents a filter.

Remarks

FCOs are dashboards, data sources, scorecards, reports, filters, key performance indicators (KPIs), and indicators. They are stored as content types in the PerformancePoint Services repository, which comprises SharePoint document libraries and lists.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace