'Declaration Public Shared Function ToSFtpFileAttributes( _ ByVal attributes As FileAttributes _ ) As SFtpConstants.FileAttributeBits
'Usage Dim attributes As FileAttributes Dim value As SFtpConstants.FileAttributeBits value = SFtpSession.ToSFtpFileAttributes(attributes)
public static SFtpConstants.FileAttributeBits ToSFtpFileAttributes( FileAttributes attributes )
Parameters
- attributes
- The System.IO.FileAttributes values to convert.
Return Value
The passed values converted to Xceed.SSH.SFtp.SFtpConstants.