IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

LinkIsViewOnly Property

If the share items can only be viewed.

Object Oriented Interface

public function getLinkIsViewOnly($linkindex);
public function setLinkIsViewOnly($linkindex, $value);

Procedural Interface

ipworkscloud_sharefile_get($res, 51 , $linkindex);
ipworkscloud_sharefile_set($res, 51, $value , $linkindex);

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.

This property is not available at design time.

Data Type

Boolean

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