TrustedFileType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of content type that are stored in SharePoint document libraries and lists.

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

Syntax

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

Members

Member name Description
DataSource Represents a content type (data source) that is stored in a document library.
Content Represents a content type that is stored in a SharePoint list: a dashboard, scorecard, report, filter, KPI, or indicator.

Remarks

This information is used to implement trusted locations support. PerformancePoint Services in SharePoint Server 2013 uses SharePoint document libraries and lists as its repository for content types that represent first class objects (FCOs). Data sources are stored in document libraries, and other FCOs (dashboards, filters, indicators, KPIs, reports, and scorecards) are stored in lists.

Note

Dashboard FCOs that are stored in lists represent dashboard definitions. Published dashboards are stored in Dashboards document libraries.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace