Cloud Storage Integrator - Online Help
Cloud Storage Integrator
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 Link {get;}
}

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 1.0.6240.0