IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ItemList Event

This event fires once for each item returned when either ListItems , ListLinkItems or GetItemInfo is called.

Object Oriented Interface

public function fireItemList($param);

Procedural Interface

ipworkscloud_sharefile_register_callback($res, 5, array($this, 'fireItemList'));

Parameter List


'id'
'name'
'path'
'creatorfirstname'
'creatorlastname'
'itemtype'
'parentid'
'description'
'expirationdate'
'creationdate'
'size'

Remarks

This event fires once for each item returned when either ListItems, ListLinkItems or GetItemInfo is called. The items cannot be modified from this event.

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