SecureBlackbox 2020 iOS Edition

Questions / Feedback?

readOnly (property)

Specifies whether files on the server are read-only.

Syntax

@property (nonatomic,readwrite,assign,getter=readOnly,setter=setReadOnly:) BOOL readOnly;
- (BOOL)readOnly;
- (void)setReadOnly:(BOOL)newReadOnly;
public var readOnly: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Set this property to true to deny all client requests to change files on the server.

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