IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

LinkList Event

This event fires once for each link returned when ListLinks or GetLinkInfo is called.

Object Oriented Interface

public function fireLinkList($param);

Procedural Interface

ipworkscloud_sharefile_register_callback($res, 6, array($this, 'fireLinkList'));

Parameter List


'id'
'title'
'url'
'linktype'
'accesslevel'
'expirationdate'
'creationdate'
'isviewonly'
'maxdownloads'
'totaldownloads'
'notifyonaccess'

Remarks

This event fires once for each link returned when ListLinks or GetLinkInfo is called. The link cannot be modified from this event. This event will not show the items related to the specific link when calling ListLinkItems. Those will be listed using the ItemList event.

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