Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.Locks

TElWebDAVStorageObject     See also     


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


The locks put on the object.

Declaration

[C#]
    TElWebDAVLockList Locks;

[VB.NET]
    Property Locks As TElWebDAVLockList

[Pascal]
    property Locks : TElWebDAVLockList;

[C++]
    TElWebDAVLockList* get_Locks();

[PHP]
    TElWebDAVLockList get_Locks()

[Java]
    TElWebDAVLockList getLocks();

Description

    Use this property to access the locks that restrict the access to the object.

See also:     Lock     Unlock     SupportsExclusiveLock     SupportsSharedLock    

Discuss this help topic in SecureBlackbox Forum