IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

LinkNotifyOnAccess Property

If the creator is notified when a user accesses the link.

Object Oriented Interface

public function getLinkNotifyOnAccess($linkindex);
public function setLinkNotifyOnAccess($linkindex, $value);

Procedural Interface

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

Default Value

false

Remarks

If the creator is notified when a user accesses the link.

This property if the creator of the link will be notified when a user accesses the link. Note: When creating the link this property will not be populated until a subsequent call to GetLinkInfo or ListLinks.

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]