Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.AttributeIncluded

TElFTPSServerFileInfo     See also     


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


Checks if the attribute is included to the file info.

Declaration

[C#]
    bool AttributeIncluded(TSBFTPSServerFileAttribute Attribute);

[VB.NET]
    Function AttributeIncluded(ByVal Attribute As TSBFTPSServerFileAttribute) As Boolean

[Pascal]
    function AttributeIncluded(Attribute : TSBFTPSServerFileAttribute) : boolean;

[C++]
    bool AttributeIncluded(TSBFTPSServerFileAttribute Attribute);

[PHP]
    bool AttributeIncluded(integer $Attribute)

[Java]
    boolean attributeIncluded(TSBFTPSServerFileAttribute Attribute);

Parameters

  • Attribute - file attribute.

LockMask values:

Return value

    Returns True if the attribute is included and False otherwise.

Description

    Use this method to check if certain attribute is included to the list.

See also:     IncludeAttribute     ExcludeAttribute     IncludedAttributes    

Discuss this help topic in SecureBlackbox Forum