IPWorks Cloud 2020 Node.js Edition

Questions / Feedback?

ItemList Event

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

Syntax

sharefile.on('ItemList', [callback])

Callback

The 'callback' is called when the 'ItemList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.id
e.name
e.path
e.creatorFirstName
e.creatorLastName
e.itemType
e.parentId
e.description
e.expirationDate
e.creationDate
e.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 Node.js Edition - Version 20.0 [Build 8265]