Share via


IBIMonitoringServiceApplicationProxy.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
Function ValidateSiteCollection ( _
    <OutAttribute> ByRef siteCollectionUrl As String, _
    <OutAttribute> ByRef siteUrl As String _
) As URLValidationResult
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim siteCollectionUrl As String
Dim siteUrl As String
Dim returnValue As URLValidationResult

returnValue = instance.ValidateSiteCollection(siteCollectionUrl, _
    siteUrl)
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.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace