IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createLinkOptionsIsViewOnly (property)

If the share items can only be viewed.

Syntax

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

Default Value

FALSE

Remarks

If the share items can only be viewed.

If true, the share items can only be viewed but not downloaded. Requires account preference EnableViewOnly to work. This feature can be enabled for Enterprise accounts by request.

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