Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.SupportedAttrExtensions

TElSftpSupportedExtension     See also     


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


This read-only property contains names of the extensions that can be used with the attributes.

Declaration

[C#]
    TElStringList SupportedAttrExtensions;

[VB.NET]
    Property SupportedAttrExtensions As TElStringList

[Pascal]
    property SupportedAttrExtensions : TStringList;

[C++]
    TStringList* get_SupportedAttrExtensions();

[PHP]
    TStringList get_SupportedAttrExtensions()

[Java]
    TElStringList getSupportedAttrExtensions();

Description

    Use this property to get the names of the extensions that can be used with the attributes.

Discuss this help topic in SecureBlackbox Forum