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

ChangeList Event

This event fires once for each change when ListChanges is called.

Syntax

[VB.NET]
Public Event OnChangeList As OnChangeListHandler
[C#]
public event OnChangeListHandler OnChangeList;

public delegate void OnChangeListHandler(object sender, GdriveChangeListEventArgs e);

class GdriveChangeListEventArgs : EventArgs {
  string Id {get;}
  string FileId {get;}
  bool Deleted {get;}
}

Remarks

This event fires once for each change returned when ListChanges is called.

Id is the Id of the change.

FlieId is the Id of the file to which the change applies.

Deleted indicated whether the file to which the change applies is deleted.

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