Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadFile Class / ReadFile Constructor / ReadFile Constructor(String,contentType)
The file name
The devDept.Serialization.contentType that must be read. If not specified, it will be used the one specified inside the file.

In This Topic
    ReadFile Constructor(String,contentType)
    In This Topic
    File name constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       Optional ByVal deserializationType As contentType _
    )
    public ReadFile( 
       string fileName,
       contentType deserializationType
    )

    Parameters

    fileName
    The file name
    deserializationType
    The devDept.Serialization.contentType that must be read. If not specified, it will be used the one specified inside the file.
    See Also