ComponentOne Web API Edition
ImportSource Constructor

C1.Web.Api Namespace > ImportSource Class : ImportSource Constructor
The import file name.
The import file stream.
Create an ImportSource instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   ByVal fileStream As Stream _
)
public ImportSource( 
   string fileName,
   Stream fileStream
)

Parameters

fileName
The import file name.
fileStream
The import file stream.
See Also

Reference

ImportSource Class
ImportSource Members