Xceed .NET Libraries Documentation
Type Property (FtpItemInfo)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpItemInfo Class : Type Property
Gets or sets the type of the item.
Syntax
'Declaration
 
Public Property Type As FtpItemType
'Usage
 
Dim instance As FtpItemInfo
Dim value As FtpItemType
 
instance.Type = value
 
value = instance.Type
public FtpItemType Type {get; set;}

Property Value

A FtpItemType value representing the type of the item.
Remarks

If FtpClient.GetFolderContents is called with its namesOnly parameter set to true, Type will return FtpItemType.Unknown.

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

FtpItemInfo Class
FtpItemInfo Members