Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.ExcludeAttribute

TElFTPSServerFileInfo     See also     


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


Excludes an attribute from the file info.

Declaration

[C#]
    void ExcludeAttribute(TSBFTPSServerFileAttribute Attribute);

[VB.NET]
    Sub ExcludeAttribute(ByVal Attribute As TSBFTPSServerFileAttribute)

[Pascal]
    procedure ExcludeAttribute(Attribute : TSBFTPSServerFileAttribute);

[C++]
    void ExcludeAttribute(TSBFTPSServerFileAttribute Attribute);

[PHP]
    void ExcludeAttribute(integer $Attribute)

[Java]
    void excludeAttribute(TSBFTPSServerFileAttribute Attribute);

Parameters

  • Attribute - file attribute to be excluded.

LockMask values:

Description

    Use this method to exclude a file sttribute to the file info.

See also:     AttributeIncluded     IncludeAttribute     IncludedAttributes    

Discuss this help topic in SecureBlackbox Forum