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

ListChanges Method

List recent changes to a folder.

Syntax

[VB.NET]
Public Sub ListChanges()
[C#]
public void ListChanges();

Remarks

This method may be used to list recent changes to a folder. After listing a folder's contents by calling ListResources the ChangeMarker property will be populated. This method will list changes since the time when ChangeMarker was originally created.

After calling this method ResourceCount indicates the number of resources which have been updated (if any).

To iterate over the resources set ResourceIndex to a value from 0 to ResourceCount - 1. Setting ResourceIndex populates other Resource properties to provide information about the resource.

After calling this method the following resource properties are populated:

If the ResourceType is 1 (rtFolder) only the following properties are applicable:

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