RepositoryLocationType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of repository location.

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

Syntax

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

Members

Member name Description
SiteCollection Represents a site collection.
Site Represents a site.
List Represents a list.
DocumentLibrary Represents a document library.

Remarks

This type information is used to implement trusted locations support.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace