Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ClearExtendedAttributes

TElSftpFileAttributes     See also     


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


Removes all extended attribute from the list.

Declaration

[C#]
    void ClearExtendedAttributes();

[VB.NET]
    Sub ClearExtendedAttributes()

[Pascal]
    procedure ClearExtendedAttributes;

[C++]
    void ClearExtendedAttributes();

[PHP]
    void ClearExtendedAttributes()

[Java]
    void clearExtendedAttributes();

Description

    Use this method to delete all extended attributes from the list.

Discuss this help topic in SecureBlackbox Forum