Specifies whether to use old API style paths (relative) or new API style paths (absolute) in multi-file transfers.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property UseLegacyPaths As Boolean
	Get
	Set
C#
public bool UseLegacyPaths { get; set; }

Field Value

False (default) to use absolute paths; true to use relative paths.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also