IDocumentWebService GetPluginConfiguration Method Ankiro Enterprise Suite Reference Documentation
Retrieves the plugin configuration data for a specified 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

DataSourcePluginConfigurationData GetPluginConfiguration(
	int dataSourceId
)

Parameters

dataSourceId
Type: System Int32
The id of the data source.

Return Value

Type: DataSourcePluginConfigurationData
The plugin configuration for the data source, if any is defined, null otherwise.
See Also