Returns parsed list of files and directories specified by the set.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Function GetItems ( _
	set As FileSet _
) As FtpItemCollection
C#
public FtpItemCollection GetItems(
	FileSet set
)

Parameters

set
Type: Rebex.IO..::..FileSet
A filtering set which specifies remote files and directories to be retrieved.

Return Value

An instance of FtpItemCollection containing the file list.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also