返回需要同步其用户信息列表的网站集。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetSitesInUserSyncQueue ( _
maxRetryCount As Integer _
) As List(Of Guid)
用法
Dim instance As SPContentDatabase
Dim maxRetryCount As Integer
Dim returnValue As List(Of Guid)
returnValue = instance.GetSitesInUserSyncQueue(maxRetryCount)
public List<Guid> GetSitesInUserSyncQueue(
int maxRetryCount
)
参数
maxRetryCount
类型:System.Int32最大重试次数。
返回值
类型:System.Collections.Generic.List<Guid>
需要他们的用户信息列表的网站集进行同步。