Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.GroupRead

TElSftpFileAttributes     See also     


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


Specifies the group read access right for a file.

Declaration

[C#]
    bool GroupRead;

[VB.NET]
    Property GroupRead As Boolean

[Pascal]
    property GroupRead: boolean;

[C++]
    bool get_GroupRead();
    void set_GroupRead(bool Value);

[PHP]
    bool get_GroupRead()
    void set_GroupRead(bool $Value)

[Java]
    boolean getGroupRead();
    void setGroupRead(boolean Value);

Description

    Use this property to get/set right to read the file for group members.

See also:     Group     GroupExecute     GroupWrite     OtherRead     UserRead    

Discuss this help topic in SecureBlackbox Forum