IP*Works! 2016 Linux Edition
IP*Works! 2016 Linux Edition
Questions / Feedback?

DirList Event

Fires for each entry returned in a directory listing.

Syntax

 virtual int FireDirList(WebDAVDirListEventParams *e);

 
typedef struct {
char* ResourceURI;
char* DisplayName;
char* ContentLanguage;
char* ContentLength;
char* ContentType;
char* LastModified;
int reserved;
} WebDAVDirListEventParams;

Remarks

The DirList event is fired when a directory listing is received as a response to ListDirectory.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Linux Edition - Version 16.0 [Build 7353]