Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.IsAttributeIncluded

TElSftpFileAttributes     See also     


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


This topic is under development…

Declaration

[C#]
    bool IsAttributeIncluded(TSBSftpAttribute Attribute);

[VB.NET]
    Function IsAttributeIncluded(ByVal Attribute As TSBSftpAttribute) As Boolean

[Pascal]
    function IsAttributeIncluded(Attribute : TSBSftpAttribute) : boolean;

[C++]
    bool IsAttributeIncluded(TSBSftpAttribute Attribute);

[PHP]
    bool IsAttributeIncluded(integer $Attribute)

[Java]
    boolean isAttributeIncluded(TSBSftpAttribute Attribute);

Parameters

  • Attribute -

Values

Return value

    The index of just added attribute.

Description

    Use this method to add one more NFS Access Control List attribute to the list.
    This feature is supported since version 4 of the SFTP protocol.

See also:     ClearACEs     RemoveACE     ACEs     ACECount    

Discuss this help topic in SecureBlackbox Forum