Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.UpdateViewedDateOnAcquire

TElGoogleDriveDataStorage     See also     


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


Specifies if the view date is modified when the object is acquired.

Declaration

[C#]
    bool UpdateViewedDateOnAcquire;

[VB.NET]
    Property UpdateViewedDateOnAcquire As Boolean

[Pascal]
    property UpdateViewedDateOnAcquire: boolean;

[C++]
    bool get_UpdateViewedDateOnAcquire();
    void set_UpdateViewedDateOnAcquire(bool Value);

[PHP]
    bool get_UpdateViewedDateOnAcquire()
    void set_UpdateViewedDateOnAcquire(bool $Value)

[Java]
    boolean getUpdateViewedDateOnAcquire();
    void setUpdateViewedDateOnAcquire(boolean Value);

Description

    Set this property to True to force the component to modify the view date when an object is acquired. The default value is False.

See also:     AcquireObject     UpdateViewedDateOnWrite    

Discuss this help topic in SecureBlackbox Forum