Cloud Storage Integrator 2016 Delphi Edition
Cloud Storage Integrator 2016 Delphi Edition
Questions / Feedback?

ChildList Event

Fires once for each child when calling ListChildren.

Syntax

type TChildListEvent = procedure ChildList(Sender: TObject; const Id: String; const Name: String; const MIMEType: String) of object;

property OnChildList: TChildListEvent read FOnChildList write FOnChildList;

Remarks

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

Id is the Id of the child.

Name is the name of the child.

MIMEType is the MIME type of the child.

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