Share via


ISPSiteLookupProvider16.GetSiteInfoDatabases method

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function GetSiteInfoDatabases ( _
    wa As SPWebApplication, _
    strPathLike As String, _
    siteSubscriptionId As Nullable(Of Guid), _
    bHostHeader As Nullable(Of Boolean), _
    uriScheme As Nullable(Of SPHostHeaderSiteUriScheme), _
    dbIdStart As Guid, _
    siteIdStart As Guid _
) As List(Of Guid)
'Usage
Dim instance As ISPSiteLookupProvider16
Dim wa As SPWebApplication
Dim strPathLike As String
Dim siteSubscriptionId As Nullable(Of Guid)
Dim bHostHeader As Nullable(Of Boolean)
Dim uriScheme As Nullable(Of SPHostHeaderSiteUriScheme)
Dim dbIdStart As Guid
Dim siteIdStart As Guid
Dim returnValue As List(Of Guid)

returnValue = instance.GetSiteInfoDatabases(wa, _
    strPathLike, siteSubscriptionId, _
    bHostHeader, uriScheme, dbIdStart, _
    siteIdStart)
List<Guid> GetSiteInfoDatabases(
    SPWebApplication wa,
    string strPathLike,
    Nullable<Guid> siteSubscriptionId,
    Nullable<bool> bHostHeader,
    Nullable<SPHostHeaderSiteUriScheme> uriScheme,
    Guid dbIdStart,
    Guid siteIdStart
)

Parameters

Return value

Type: System.Collections.Generic.List<Guid>

See also

Reference

ISPSiteLookupProvider16 interface

ISPSiteLookupProvider16 members

Microsoft.SharePoint.Administration namespace