Cloud Storage Integrator 2016 Delphi Edition
Cloud Storage Integrator 2016 Delphi Edition
Questions / Feedback?

ResourceList Event

Fired for each resource listed.

Syntax

type TResourceListEvent = procedure ResourceList(Sender: TObject; Deleted: Boolean; const ETag: String; const Id: String; const Name: String; const Revision: String; ResourceType: Integer) of object;

property OnResourceList: TResourceListEvent read FOnResourceList write FOnResourceList;

Remarks

This event fires about each resource listed when calling ListResources, GetResourceInfo, and Search.

Deleted indicates whether the resource is deleted.

ETag is the ETag of the resource.

Id is the resource Id.

Name is the name of the resource.

Revision is the current revision.

ResourceType indicates whether the resource is a file or folder. Possible values are:

0File
1Folder

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