Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpFile Class / HostedFullName Property


    HostedFullName Property (FtpFile)
    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 FtpFile
    Dim value As String
     
    value = instance.HostedFullName

    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