Discuss this help topic in SecureBlackbox Forum

TElFTPFileInfo.EntryFormat

TElFTPFileInfo     See also     


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


Specifies the format of the entry.

Declaration

[C#]
    TSBFileEntryFormat EntryFormat;

[VB.NET]
    Property EntryFormat As TSBFileEntryFormat

[Pascal]
    under development

[C++]
    TSBFileEntryFormat get_EntryFormat();
    void set_EntryFormat(TSBFileEntryFormat Value);

[PHP]
    integer get_EntryFormat()
    void set_EntryFormat(integer $Value)

[Java]
    short getEntryFormat();
    void setEntryFormat(short Value);

TSBFileEntryFormat values

Description

    Use this property to get or set the format of this entry.

See also:     FileType    

Discuss this help topic in SecureBlackbox Forum