ConnectorImportSynonyms Method (String, String)A Sandcastle Documented Class Library
Imports synonyms from the specified importFile to the eSales cluster.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public void ImportSynonyms(
	string importFile,
	string name
)

Parameters

importFile
Type: SystemString
The file containing synonym data
name
Type: SystemString
A unique identifier for the request. If null, a generated id will be used.
Exceptions

ExceptionCondition
BusyClusterExceptionCluster is busy with another task.
See Also

Reference