Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ACECount

TElSftpFileAttributes     See also     


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


Number of ACEs records.

Declaration

[C#]
    int ACECount;

[VB.NET]
    Property ACECount As Integer

[Pascal]
    property ACECount : integer;

[C++]
    int32_t get_ACECount();

[PHP]
    integer get_ACECount()

[Java]
    int getACECount();

Description

    This property contains number of ACEs records.
    This feature is supported since version 4 of the SFTP protocol.

See also:     ACEs    

Discuss this help topic in SecureBlackbox Forum