Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

ChildList Event

Fires once for each child when calling ListChildren.

Syntax

typedef void __fastcall (__closure *TibgGDriveChildListEvent)(System::TObject* Sender, TibgGDriveChildListEventParams *e);

__property TibgGDriveChildListEvent OnChildList = {read=FOnChildList, write=FOnChildList};

typedef struct {
     String Id;
     String Link;
} TibgGDriveChildListEventParams;

Remarks

This event fires once for each child returned when calling ListChildren.

Id is the Id of the child.

Link holds a link to the child.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0