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 Microsoft SharePoint Server 2010 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.

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace