IBIMonitoringServiceApplicationProxy.ValidateSiteCollection method

Validates that the current SharePoint context represents a site collection in which PerformancePoint Services 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