Type of the file (
CopyC#
DIRECTORY_TYPE
,
CopyC#
FILE_TYPE
, etc.).

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public int Type { get; set; }
Visual Basic (Declaration)
Public Property Type As Integer
Visual C++
public:
property int Type {
	int get ();
	void set (int value);
}

See Also