SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

LockScope Property

Specifies the scope of the current lock.

Syntax

public val lockScope: WebdavclientLockScopes

public enum class WebdavclientLockScopes(val value: Int) {
cwlsExclusive(0),
cwlsShared(1);
}

Default Value

0

Remarks

Available options:

cwlsExclusive0
cwlsShared1

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]