Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ExtendedAttributes

TElSftpFileAttributes     See also     


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


Contains extended attributes.

Declaration

[C#]
    TSBSftpExtendedAttribute ExtendedAttributes[int Index];

[VB.NET]
    Property ExtendedAttributes(ByVal Index As Integer) As TSBSftpExtendedAttribute

[Pascal]
    property ExtendedAttributes[Index : integer] : TSBSftpExtendedAttribute;

[C++]
    TSBSftpExtendedAttribute* get_ExtendedAttributes(int32_t Index);

[PHP]
    TSBSftpExtendedAttribute get_ExtendedAttributes(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the extended attribute in the list.
  • ExtType -
  • ExtData -

Description

    Each attribute is presented as type-data pair. For each of the attributes, ExtType field should be a string of the format "name@domain", where "domain" is a valid, registered domain name and "name" identifies the method. The interpretation of ExtData depends on the type. Implementations SHOULD ignore extended data fields that they do not understand.

Discuss this help topic in SecureBlackbox Forum