SecureBlackbox 2020 iOS Edition

Questions / Feedback?

lockScope (property)

Specifies the scope of the current lock.

Syntax

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

/* Possible Values */
CWLS_EXCLUSIVE(0),
CWLS_SHARED(1)
public var lockScope: WebdavclientLockScopes {
  get {...}
}
public enum WebdavclientLockScopes : Int32 { case cwlsExclusive = 0 case cwlsShared = 1 }

Default Value

0

Remarks

Available options:

cwlsExclusive0
cwlsShared1

This property is read-only.

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