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.
Returns the site collections that need their user information lists synchronized.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetSitesInUserSyncQueue ( _
maxRetryCount As Integer _
) As List(Of Guid)
'Usage
Dim instance As SPContentDatabase
Dim maxRetryCount As Integer
Dim returnValue As List(Of Guid)
returnValue = instance.GetSitesInUserSyncQueue(maxRetryCount)
public List<Guid> GetSitesInUserSyncQueue(
int maxRetryCount
)
Parameters
maxRetryCount
Type: System.Int32The maximum number of retry attempts.
Return value
Type: System.Collections.Generic.List<Guid>
The site collections that need their user information lists synchronized.