IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

DirList Event

Fires for each entry returned in a directory listing.

Syntax

[VB.NET]
Public Event OnDirList As OnDirListHandler
[C#]
public event OnDirListHandler OnDirList;

public delegate void OnDirListHandler(object sender, WebdavDirListEventArgs e);

class WebdavDirListEventArgs : EventArgs {
  string ResourceURI {get;}
  string DisplayName {get;}
  string ContentLanguage {get;}
  string ContentLength {get;}
  string ContentType {get;}
  string LastModified {get;}
}

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 .NET Edition - Version 16.0 [Build 7353]