Web API Core | ComponentOne
C1.Web.Api Namespace / ImportSource Class / ImportSource Constructor
The import file name.
The import file stream.

In This Topic
    ImportSource Constructor
    In This Topic
    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