LockInfoIsDeep Property
IT Hit WebDAV Classes Reference
Indicates whether a lock is enforceable on the subtree.
Namespace:
ITHit.WebDAV.Server.Class2
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public bool IsDeep { get; set; }
Public Property IsDeep As Boolean
Get
Set
public:
property bool IsDeep {
bool get ();
void set (bool value);
}
member IsDeep : bool with get, set
Property Value
Type:
BooleanSee Also