Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.TTL

TElWebDAVLock     See also     


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


Specifies the 'time to live' (TTL) of the lock.

Declaration

[C#]
    long TTL;

[VB.NET]
    Property TTL As Long

[Pascal]
    property TTL : Int64;

[C++]
    int64_t get_TTL();

[PHP]
    integer get_TTL()

[Java]
    long getTTL();

Description

    Use this read-only property to get the lock's time to live in milliseconds. This time is a difference between the UnlockTime and current time in milliseconds.

See also:     UnlockTime    

Discuss this help topic in SecureBlackbox Forum