SPContentDatabase.GetSitesFromSids-Methode

Gibt die Websitesammlungen, die entsprechen, bestimmte Sicherheits-IDs (SID).

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

Syntax

'Declaration
Public Function GetSitesFromSids ( _
    UserSids As List(Of Byte()), _
    includeInactiveUsers As Boolean _
) As SortedList(Of Guid, SortedList(Of Integer, Byte()))
'Usage
Dim instance As SPContentDatabase
Dim UserSids As List(Of Byte())
Dim includeInactiveUsers As Boolean
Dim returnValue As SortedList(Of Guid, SortedList(Of Integer, Byte()))

returnValue = instance.GetSitesFromSids(UserSids, _
    includeInactiveUsers)
public SortedList<Guid, SortedList<int, byte[]>> GetSitesFromSids(
    List<byte[]> UserSids,
    bool includeInactiveUsers
)

Parameter

  • includeInactiveUsers
    Typ: System.Boolean

    true zum Einschließen von Benutzern, die inaktiv sind; andernfalls false.

Rückgabewert

Typ: System.Collections.Generic.SortedList<Guid, SortedList<Int32, []>>
Websitesammlungen Schlüssel/Wert-Paare, die sortiert sind.

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace