Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.DefaultLockTimeout

TElWebDAVServer     See also     


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


Specifies the default lock timeout value.

Declaration

[C#]
    long DefaultLockTimeout;

[VB.NET]
    Property DefaultLockTimeout As Long

[Pascal]
    property DefaultLockTimeout : Int64;

[C++]
    int64_t get_DefaultLockTimeout();
    void set_DefaultLockTimeout(int64_t Value);

[PHP]
    integer get_DefaultLockTimeout()
    void set_DefaultLockTimeout(integer $Value)

[Java]
    long getDefaultLockTimeout();
    void setDefaultLockTimeout(long Value);

Description

    Use this property to get or set the default lock timeout in seconds. The default value of this property is 4100000000.

See also:     GlobalLockList     PublishExclusiveLocks     PublishSharedLocks    

Discuss this help topic in SecureBlackbox Forum