Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.AddExtendedAttribute

TElSftpFileAttributes     See also     


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


Adds one more extended attribute to list.

Declaration

[C#]
    int AddExtendedAttribute();

[VB.NET]
    Function AddExtendedAttribute() As Integer

[Pascal]
    function AddExtendedAttribute : integer;

[C++]
    int32_t AddExtendedAttribute();

[PHP]
    integer AddExtendedAttribute()

[Java]
    int addExtendedAttribute();

Parameters

  • ExtType -
  • ExtData -

Return value

    The index of just added attribute.

Description

    Use this method to add one more extended attribute to the list.

Discuss this help topic in SecureBlackbox Forum