Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.PublishSharedLocks

TElWebDAVServer     See also     


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


Specifies if shared lock tokens are to be provided via lockdiscovery.

Declaration

[C#]
    bool PublishSharedLocks;

[VB.NET]
    Property PublishSharedLocks As Boolean

[Pascal]
    property PublishSharedLocks : boolean;

[C++]
    bool get_PublishSharedLocks();
    void set_PublishSharedLocks(bool Value);

[PHP]
    bool get_PublishSharedLocks()
    void set_PublishSharedLocks(bool $Value)

[Java]
    boolean getPublishSharedLocks();
    void setPublishSharedLocks(boolean Value);

Description

    Set this property to False if shared lock tokens should not be provided to clients via lockdiscovery property. The default value is True.

    The default value is true.

See also:     GlobalLockList     PublishExclusiveLocks    

Discuss this help topic in SecureBlackbox Forum