Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.UpdateViewedDateOnWrite

TElGoogleDriveDataStorage     See also     


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


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.

See also:     AcquireObject     UpdateViewedDateOnAcquire    

Discuss this help topic in SecureBlackbox Forum