SecureBlackbox 2020 iOS Edition

Questions / Feedback?

lockDepth (property)

Specifies the depth of the current lock.

Syntax

@property (nonatomic,readonly,assign,getter=lockDepth) int lockDepth;
- (int)lockDepth;

/* Possible Values */
CWDD_ZERO(0),
CWDD_ONE(1),
CWDD_INFINITY(2)
public var lockDepth: WebdavclientLockDepths {
  get {...}
}
public enum WebdavclientLockDepths : Int32 { case cwddZero = 0 case cwddOne = 1 case cwddInfinity = 2 }

Default Value

0

Remarks

Available options:

cwddZero0
cwddOne1
cwddInfinity2

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]