IPWorks Cloud 2020 Node.js Edition

Questions / Feedback?

LinkList Event

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

Syntax

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

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.id
e.title
e.URL
e.linkType
e.accessLevel
e.expirationDate
e.creationDate
e.isViewOnly
e.maxDownloads
e.totalDownloads
e.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 Node.js Edition - Version 20.0 [Build 8265]