Click or drag to resize
ConnectorImportStream Method (Stream, String, String, String)

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public void ImportStream(
	Stream stream,
	string name,
	string type,
	string filePath
)

Parameters

stream
Type: System.IOStream
name
Type: SystemString
type
Type: SystemString
filePath
Type: SystemString
See Also