Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

ListChanges Method

Lists changes for a user.

Syntax

public void listChanges(String startChangeId);

Remarks

This method lists changes to files that are available to a user. This can be used to check if any new changes are reported while working with a file. This allows you to be sure you are working with the most up to date version of a file.

The StartChangeId parameter is optional. If set to empty string all changes will be returned. StartChangeId may be set to a valid Id value. When set only changes after the specified change Id will be returned.

Calling this method will fire the ChangeList event once for each change, and also will populate the Changes collection .

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