SPSiteLookupProvider.GetSiteNames-Methode (SPContentDatabase)
Gibt eine Liste aller Namen der Websitesammlungen in der angegebenen Inhaltsdatenbank zurück.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Function GetSiteNames ( _
database As SPContentDatabase _
) As IList(Of String)
'Usage
Dim instance As SPSiteLookupProvider
Dim database As SPContentDatabase
Dim returnValue As IList(Of String)
returnValue = instance.GetSiteNames(database)
public abstract IList<string> GetSiteNames(
SPContentDatabase database
)
Parameter
database
Typ: Microsoft.SharePoint.Administration.SPContentDatabaseDie Inhaltsdatenbank.
Rückgabewert
Typ: System.Collections.Generic.IList<String>
IList<T>
Die Liste der Namen.