Retrieves the plugin configuration data for a specified data source.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
Parameters
- dataSourceId
- Type: System Int32
The id of the data source.
Return Value
Type: DataSourcePluginConfigurationDataThe plugin configuration for the data source, if any is defined, null otherwise.
See Also