 | FtpItemIsParentFolder Property |
Returns true if object represents parent folder (".", "..").
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsParentFolder { get; }Public ReadOnly Property IsParentFolder As Boolean
Get
public:
property bool IsParentFolder {
bool get ();
}member IsParentFolder : bool with get
Property Value
Boolean
See Also