Xceed .NET Libraries Documentation
Add Method (FtpItemInfoList)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpItemInfoList Class : Add Method
The FtpItemInfo object to add.
Adds a FtpItemInfo object to the list.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As FtpItemInfo _
) As Integer
'Usage
 
Dim instance As FtpItemInfoList
Dim value As FtpItemInfo
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   FtpItemInfo value
)

Parameters

value
The FtpItemInfo object to add.

Return Value

The zero-based index at which the FtpItemInfo object was added.
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

FtpItemInfoList Class
FtpItemInfoList Members