DirList Event
Fires for each entry returned in a directory listing.
Syntax
Sub webdavcontrol_DirList(ResourceURI As String, DisplayName As String, ContentLanguage As String, ContentLength As String, ContentType As String, LastModified As String)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.