Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.UserRead

TElSftpFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies owner's read access right for the file.

Declaration

[C#]
    bool UserRead;

[VB.NET]
    Property UserRead As Boolean

[Pascal]
    property UserRead: boolean;

[C++]
    bool get_UserRead();
    void set_UserRead(bool Value);

[PHP]
    bool get_UserRead()
    void set_UserRead(bool $Value)

[Java]
    boolean getUserRead();
    void setUserRead(boolean Value);

Description

    Use this property to get/set if file owner can read this file.

See also:     Owner     UserExecute     UserWrite     GroupRead     OtherRead    

Discuss this help topic in SecureBlackbox Forum