IPWorks Cloud 2020 JavaScript 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', listener: (e: {readonly id: string, readonly name: string, readonly path: string, readonly creatorFirstName: string, readonly creatorLastName: string, readonly itemType: number, readonly parentId: string, readonly description: string, readonly expirationDate: string, readonly creationDate: string, readonly size: number}) => void )

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 JavaScript Edition - Version 20.0 [Build 8265]