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

ParentList Event

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

Syntax

typedef void __fastcall (__closure *TibgGDriveParentListEvent)(System::TObject* Sender, TibgGDriveParentListEventParams *e);

__property TibgGDriveParentListEvent OnParentList = {read=FOnParentList, write=FOnParentList};

typedef struct {
     String Id;
     bool Root;
} TibgGDriveParentListEventParams;

Remarks

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

Id specifies the Id of the returned parent.

Root specifies whether the parent is the root folder.

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