ComponentSpace FTP Class Library Reference

DirectoryListItem Constructor 

Initializes a new instance of the DirectoryListItem.

[Visual Basic]
Public Sub New( _
   ByVal name As String, _
   ByVal itemType As DirectoryListItemType, _
   ByVal date As String, _
   ByVal time As String, _
   ByVal size As Long, _
   ByVal softLink As String _
)
[C#]
public DirectoryListItem(
   string name,
   DirectoryListItemType itemType,
   string date,
   string time,
   long size,
   string softLink
);

Parameters

name
The directory item name.
itemType
The directory item type.
date
The directory item date.
time
The directory item time.
size
The directory item size.
softLink
The soft link.

See Also

DirectoryListItem Class | ComponentSpace.Ftp Namespace