Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.IncludedAttributes

TElSftpFileAttributes     See also     


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


Specifies which attributes are meaningful.

Declaration

[C#]
    TSBSftpAttributes IncludedAttributes;

[VB.NET]
    Property IncludedAttributes As TSBSftpAttributes

[Pascal]
    property IncludedAttributes : TSBSftpAttributes;
    TSBSftpAttributes = set of TSBSftpAttribute;

[C++]
    TSBSftpAttributes get_IncludedAttributes();
    void set_IncludedAttributes(TSBSftpAttributes Value);

[PHP]
    integer get_IncludedAttributes()
    void set_IncludedAttributes(integer $Value)

[Java]
    int getIncludedAttributes();
    void setIncludedAttributes(int Value);

Parameters

  • Attribute -

Values

TSBSftpAttributes values

Description

    This property specifies which attributes are meaningful. Other attributes should be ignored.



    Note, meaningful attributes assigning differs for VCL and .NET versions. To enable certain attributes in .NET use bitwise OR operation, for example "saSize | saOwner | saATime".

See also:     Size     Owner     Group     UID     GID     ATime     MTime     CTime     ACEs     ExtendedAttributeCount     CATime     AllocationSize     TextHint     MimeType     LinkCount     UntranslatedName    

Discuss this help topic in SecureBlackbox Forum