BIMonitoringServiceApplicationProxy.ValidateSiteCollection Method

Validates that the current SharePoint context represents a site collection in which PerformancePoint Services in Microsoft SharePoint Server 2010 is activated.

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

Syntax

'Declaration
Public Function ValidateSiteCollection ( _
    <OutAttribute> ByRef siteCollectionUrl As String, _
    <OutAttribute> ByRef siteUrl As String _
) As URLValidationResult
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim siteCollectionUrl As String
Dim siteUrl As String
Dim returnValue As URLValidationResult

returnValue = instance.ValidateSiteCollection(siteCollectionUrl, _
    siteUrl)
public URLValidationResult ValidateSiteCollection(
    out string siteCollectionUrl,
    out string siteUrl
)

Parameters

  • siteCollectionUrl
    Type: System.String

    An out parameter set to the URL of the site collection of the current SharePoint context.

  • siteUrl
    Type: System.String

    An out parameter set to the URL of the site of the current SharePoint context.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.URLValidationResult
The results of the validation.

Implements

IBIMonitoringServiceApplicationProxy.ValidateSiteCollection(String, String)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace