SearchServiceApplication.UpdateCrawlLogPrincipal method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub UpdateCrawlLogPrincipal ( _
tenantId As Guid, _
newUsers As List(Of String), _
deletedUsers As List(Of String) _
)
'Usage
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim newUsers As List(Of String)
Dim deletedUsers As List(Of String)
instance.UpdateCrawlLogPrincipal(tenantId, _
newUsers, deletedUsers)
public void UpdateCrawlLogPrincipal(
Guid tenantId,
List<string> newUsers,
List<string> deletedUsers
)
Parameters
- tenantId
Type: System.Guid
- newUsers
Type: System.Collections.Generic.List<String>
- deletedUsers
Type: System.Collections.Generic.List<String>
Implements
ISearchAdminServiceApplication.UpdateCrawlLogPrincipal(Guid, List<String>, List<String>)
See also
Reference
SearchServiceApplication class