Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.IncludedAttributes

TElSftpFileAttributes     See also     


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


Specifies which attributes are meaningful.

Declaration

[C#/Java]
    TSBSftpAttributes IncludedAttributes;
    TSBSftpAttributes = int;
    
    TSBSftpAttributes represents a bit mask which contains zero or more bit flags as defined by TSBSftpAttribute

[VB.NET]
    Property IncludedAttributes As TSBSftpAttributes
    TSBSftpAttributes As Integer
    
    TSBSftpAttributes represents a bit mask which contains zero or more bit flags as defined by TSBSftpAttribute

[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)

Parameters

  • Attribute -

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