ComponentOne Studio Web API Edition
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImportSource Class
ImportSource Members

 

 


Copyright © GrapeCity, inc. All rights reserved.