Discuss this help topic in SecureBlackbox Forum
Specifies whether to pick metadata when listing files.
Declaration
[C#]
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)
[Java]
boolean getPickMetadataOnList();
void setPickMetadataOnList(boolean 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