SftpItem.IsFile Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
IsFile
Gets the flag indicating whether the item might be a file.
Declaration
public override bool IsFile { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the item might be a file. |