Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULFileTransfer class

 

DestinationPath property

Specifies where to download the file.

Syntax
Visual Basic
Public Property DestinationPath As String
C#
public string  DestinationPath { get; set; }
Property value

A string specifying the destination directory of the file. The default is a null reference (Nothing in Visual Basic).

Remarks

The default destination directory varies depending on the device's operating system:

See also