IDocumentWebService SynchronizeDataSourceSidMap Method Ankiro Enterprise Suite Reference Documentation
Imports and synchronizes security principal information for a specific data source. The purpose of this method is to provide the ability to update user and role information in a way that does not require re-indexing data source content. This method should be invoked by data source connector implementations that support security, when user or role information/membership changes.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

void SynchronizeDataSourceSidMap(
	int dataSourceId,
	DataSourceSidMap data
)

Parameters

dataSourceId
Type: System Int32
data
Type: Ankiro.SearchServer.Data DataSourceSidMap
See Also