Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

ChildList Event

Fires once for each child when calling ListChildren.

Syntax

[VB.NET]
Public Event OnChildList As OnChildListHandler
[C#]
public event OnChildListHandler OnChildList;

public delegate void OnChildListHandler(object sender, GoogledriveChildListEventArgs e);

class GoogledriveChildListEventArgs : EventArgs {
  string Id {get;}
  string Name {get;}
  string MIMEType {get;}
}

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 .NET Edition - Version 16.0 [Build 7239]