Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.IncludedAttributes

TElFTPSServerFileInfo     See also     


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


This property specifies which attributes included to the file info.

Declaration

[C#]
    TSBFTPSServerFileAttributes IncludedAttributes;

[VB.NET]
    Property IncludedAttributes As TSBFTPSServerFileAttributes

[Pascal]
    property IncludedAttributes : TSBFTPSServerFileAttributes;
    
    TSBFTPSServerFileAttributes = set of TSBFTPSServerFileAttribute;

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

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

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

Possible values:

TSBFTPSServerFileAttributes values

Description

    Use this property to select which attributes to include to the file info that is sent to client. Alternatively, you may use functions: AttributeIncluded, IncludeAttribute, and ExcludeAttribute to manage file attributes.

See also:     AttributeIncluded     IncludeAttribute     ExcludeAttribute    

Discuss this help topic in SecureBlackbox Forum