Discuss this help topic in SecureBlackbox Forum
Specifies if the file's view date is modified on write.
Declaration
[C#]
bool UpdateViewedDateOnWrite;
[VB.NET]
Property UpdateViewedDateOnWrite As Boolean
[Pascal]
property UpdateViewedDateOnWrite: boolean;
[C++]
bool get_UpdateViewedDateOnWrite();
void set_UpdateViewedDateOnWrite(bool Value);
[PHP]
bool get_UpdateViewedDateOnWrite()
void set_UpdateViewedDateOnWrite(bool $Value)
[Java]
boolean getUpdateViewedDateOnWrite();
void setUpdateViewedDateOnWrite(boolean Value);
Description
Set this property to True to force the component to modify the view date when writing to the file.
The default value is False.
Discuss this help topic in SecureBlackbox Forum