SPDataStore.IsInTrustedLocation method

Indicates whether a location is a trusted location.

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

Syntax

'Declaration
Public Function IsInTrustedLocation ( _
    trustType As TrustedFileType, _
    locationToExamine As RepositoryLocation _
) As Boolean
'Usage
Dim instance As SPDataStore
Dim trustType As TrustedFileType
Dim locationToExamine As RepositoryLocation
Dim returnValue As Boolean

returnValue = instance.IsInTrustedLocation(trustType, _
    locationToExamine)
public bool IsInTrustedLocation(
    TrustedFileType trustType,
    RepositoryLocation locationToExamine
)

Parameters

Return value

Type: System.Boolean
true if the location is configured as a trusted location; otherwise false.

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace