Discuss this help topic in SecureBlackbox Forum
Specifies which attributes are meaningful.
Declaration
[PHP]
integer get_IncludedAttributes()
void set_IncludedAttributes(integer $Value)
[Java]
int getIncludedAttributes();
void setIncludedAttributes(int Value);
Parameters
Values
TSBSftpAttributes values
Description
This property specifies which attributes are meaningful.
Other attributes should be ignored.
Note, meaningful attributes assigning differs for VCL and .NET versions.
To enable certain attributes in .NET use bitwise OR operation, for example "saSize | saOwner | saATime".
Discuss this help topic in SecureBlackbox Forum