BIMonitoringServiceApplicationProxy.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
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