Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringAn out parameter set to the URL of the site collection of the current SharePoint context.
siteUrl
Type: System.StringAn 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