 | FtpItemIsSymlink Property |
Returns true if object represents symbolic link.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsSymlink { get; }Public ReadOnly Property IsSymlink As Boolean
Get
public:
property bool IsSymlink {
bool get ();
}member IsSymlink : bool with get
Property Value
Boolean
See Also