ULFileTransfer constructor

Initializes a ULFileTransfer object. The connection must be opened before you can perform any operations against the database.

Syntax
Visual Basic

Public Sub New()
C#

public  ULFileTransfer();
Remarks

You do not need a database connection to perform a file transfer, however, if your application will be using an UltraLite database with the UltraLite Engine runtime, you must set ULDatabaseManager.RuntimeType to the appropriate value before using this API or any other UltraLite.NET API.

The ULFileTransfer object needs to have the ULFileTransfer.FileName, ULFileTransfer.Stream, ULFileTransfer.UserName, and ULFileTransfer.Version set before it can transfer a file.

See also