IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

linkIsViewOnly (property)

If the share items can only be viewed.

Syntax

- (BOOL)linkIsViewOnly:(int)linkIndex;
- (void)setLinkIsViewOnly:(int)linkIndex:(BOOL)newLinkIsViewOnly;
public func linkIsViewOnly(linkIndex: Int32) throws -> Bool
public func setLinkIsViewOnly(linkIndex: Int32, newLinkIsViewOnly: Bool) throws -> Void

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.

The LinkIndex parameter specifies the index of the item in the array. The size of the array is controlled by the LinkCount property.

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