IManagementWebService PropagateDataSourcePropertiesToIndex Method Ankiro Enterprise Suite Reference Documentation
Propagates data source properties between the specified data source and its associated server index. The method synchronizes the schema of the associated server index with the schema definition of the data source, creating/modifying/deleting server index properties on the server index that differ compared to the schema of the data source.

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 PropagateDataSourcePropertiesToIndex(
	int dataSourceId
)

Parameters

dataSourceId
Type: System Int32
See Also