| ConnectorImportConfiguration Method (Stream, String) | 
 
             Imports configuration from the specified stream to the eSales cluster.
            
 
    Namespace: 
   Apptus.ESales.Connector
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
 Syntax
Syntaxpublic virtual void ImportConfiguration(
	Stream stream,
	string name
)
Parameters
- stream
- Type: System.IOStream
 The stream containing esales configuration
- name
- Type: SystemString
 A unique identifier for the request. If null, a generated id will be used.
 Exceptions
Exceptions See Also
See Also