SecureBlackbox 2020 iOS Edition

Questions / Feedback?

readOnly (property)

Makes the server's file system read-only for all users.

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 present the server's file system as read-only for all connecting users.

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