Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.AutoAdjustDesiredAccess

TElSftpExtendedProperties     See also     


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


Specifies if DesiredAccess property value will be set automatically.

Declaration

[C#]
    bool AutoAdjustDesiredAccess;

[VB.NET]
    Property AutoAdjustDesiredAccess As Boolean

[Pascal]
    property AutoAdjustDesiredAccess : boolean;

[C++]
    bool get_AutoAdjustDesiredAccess();
    void set_AutoAdjustDesiredAccess(bool Value);

[PHP]
    bool get_AutoAdjustDesiredAccess()
    void set_AutoAdjustDesiredAccess(bool $Value)

[Java]
    boolean getAutoAdjustDesiredAccess();
    void setAutoAdjustDesiredAccess(boolean Value);

Description

    If this property value is True then DesiredAccess property value will be set automatically depending on FileOpenMode, and user can set it manually otherwise.

See also:     AutoAdjustRequestAttributes     DesiredAccess     RenameFlags     RequestAttributes    

Discuss this help topic in SecureBlackbox Forum