Cloud Storage Integrator 2016 Node.js Edition
Cloud Storage Integrator 2016 Node.js Edition
Questions / Feedback?

ParentList Event

This event fires once for each parent returned when calling ListParents.

Syntax

googledrive.on('ParentList', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.id

Remarks

When calling ListParents this event will fire once for each parent that is returned.

Id is the Id of the returned parent.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Node.js Edition - Version 16.0 [Build 7239]