Xceed .NET Libraries Documentation
HostedFullName Property (FtpFolder)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpFolder Class : HostedFullName Property
Gets a human-readable full pathname starting with "ftp://hostname" representing the fully qualified path of all host files containing the item and the path of the item itself.
Syntax
'Declaration
 
Public Overrides ReadOnly Property HostedFullName As String
'Usage
 
Dim instance As FtpFolder
Dim value As String
 
value = instance.HostedFullName
public override string HostedFullName {get;}

Property Value

A string representing a human-readable full pathname representing the fully qualified path of all host files (using their HostedFullName properties) containing the item and the path of the item (using its FullName property). Starts with "ftp://hostname".
Remarks
The full pathname returned is useful for displaying a more meaningful filename to the user.
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

FtpFolder Class
FtpFolder Members
Base Implementation in HostedFullName