SetFileList Method
Sets the file list for a connection during a directory listing request.
Syntax
[VB.NET] Public Sub SetFileList(ByVal ConnectionId As String, ByVal List As String())
[C#] public void SetFileList(string connectionId, string[] list);
Remarks
SetFileList should be set when a directory listing is requested by the client.