Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.RemoveExtendedAttribute

TElSftpFileAttributes     See also     


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


Removes one extended attribute from the list.

Declaration

[C#]
    void RemoveExtendedAttribute(int Index);

[VB.NET]
    Sub RemoveExtendedAttribute(ByVal Index As Integer)

[Pascal]
    procedure RemoveExtendedAttribute(Index: integer);

[C++]
    void RemoveExtendedAttribute(int32_t Index);

[PHP]
    void RemoveExtendedAttribute(integer $Index)

[Java]
    void removeExtendedAttribute(int Index);

Parameters

  • Index - index of the attribute to be deleted.

Description

    Use this method to delete one extended attribute from the list.

Discuss this help topic in SecureBlackbox Forum