SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

LockDepth Property

Specifies the depth of the current lock.

Syntax

public val lockDepth: WebdavclientLockDepths

public enum class WebdavclientLockDepths(val value: Int) {
cwddZero(0),
cwddOne(1),
cwddInfinity(2);
}

Default Value

0

Remarks

Available options:

cwddZero0
cwddOne1
cwddInfinity2

This property is read-only and not available at design time.

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