Discuss this help topic in SecureBlackbox Forum
Specifies whether to pick metadata when listing files.
Declaration
[C#/Java]
bool PickMetadataOnList;
[VB.NET]
Property PickMetadataOnList As Boolean
[Pascal]
property PickMetadataOnList : boolean;
[C++]
bool get_PickMetadataOnList();
void set_PickMetadataOnList(bool Value);
[PHP]
bool get_PickMetadataOnList()
void set_PickMetadataOnList(bool $Value)
Description
Set this property to False not to include metadata to the objects list.
The default valu is True.
Discuss this help topic in SecureBlackbox Forum