Discuss this help topic in SecureBlackbox Forum

TElFTPFileInfo.FileType

TElFTPFileInfo     See also     


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


Specifies file type.

Declaration

[C#]
    TSBFileEntryType FileType;

[VB.NET]
    Property FileType As TSBFileEntryType

[Pascal]
    property FileType : TSBFileEntryType;

[C++]
    TSBFileEntryType get_FileType();
    void set_FileType(TSBFileEntryType Value);

[PHP]
    integer get_FileType()
    void set_FileType(integer $Value)

[Java]
    short getFileType();
    void setFileType(short Value);

FileType values:

Description

    Use this property to get file entry type.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum