| FtpItemIsCurrentFolder Property |
Returns true if object represents current folder.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool IsCurrentFolder { get; }
Public ReadOnly Property IsCurrentFolder As Boolean
Get
public:
property bool IsCurrentFolder {
bool get ();
}
member IsCurrentFolder : bool with get
Property Value
Type:
BooleanSee Also