NET FTP Library
GetDirectoryListingAsXML Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : GetDirectoryListingAsXML Method
Get a directory listing as XML
Syntax
'Declaration
 
Public Function GetDirectoryListingAsXML( _
   ByVal directoryListing As System.Collections.Generic.List(Of FTPFileInfo) _
) As System.String
'Usage
 
Dim instance As FTP
Dim directoryListing As System.Collections.Generic.List(Of FTPFileInfo)
Dim value As System.String
 
value = instance.GetDirectoryListingAsXML(directoryListing)
public System.string GetDirectoryListingAsXML( 
   System.Collections.Generic.List<FTPFileInfo> directoryListing
)
public function GetDirectoryListingAsXML( 
    directoryListing: System.Collections.Generic.List
): System.String; 
public function GetDirectoryListingAsXML( 
   directoryListing : System.Collections.Generic.List
) : System.String;
public: System.string* GetDirectoryListingAsXML( 
   System.Collections.Generic.List<FTPFileInfo*>* directoryListing
) 
public:
System.String^ GetDirectoryListingAsXML( 
   System.Collections.Generic.List<FTPFileInfo^>^ directoryListing
) 

Parameters

directoryListing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members