 | RemoteSearchItemIsFolder Property |
Gets the boolean value indicating if this remote server search result item is a folder.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsFolder { get; }Public ReadOnly Property IsFolder As Boolean
Get
public:
property bool IsFolder {
bool get ();
}member IsFolder : bool with get
Property Value
Boolean
See Also