SftpItem.IsLink Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
IsLink
Gets a value indicating whether the item is a link.
Declaration
public override bool IsLink { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the archive item is a link; false otherwise. |