SetFileList Method
Sets the file list for a connection during a directory listing request.
Syntax
[VB.NET] Public Sub SetFileList(ByVal ConnectionId As Integer, ByVal List As String())
[C#] public void SetFileList(int connectionId, string[] list);
Remarks
SetFileList should be set when a directory listing is requested by the client.
NOTE: This method has a corresponding asynchronous version (SetFileListAsync) for use in the WinRT environment.