ResourceList Event
Fired for each resource listed.
Syntax
typedef void __fastcall (__closure *TicsBoxResourceListEvent)(System::TObject* Sender, TicsBoxResourceListEventParams *e);__property TicsBoxResourceListEvent OnResourceList = {read=FOnResourceList, write=FOnResourceList};
typedef struct {
bool Deleted;
String ETag;
String Id;
String Name;
String Revision;
int ResourceType;
} TicsBoxResourceListEventParams;
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:
0 | File |
1 | Folder |