Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpItemInfo Class / Type Property


In This Topic
    Type Property (FtpItemInfo)
    In This Topic
    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.
    Exceptions
    ExceptionDescription
    namesOnly
    Permissions
    PermissionDescription
    namesOnly
    Remarks

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

    Example
    namesOnly
    Supported Frameworks
    namesOnly
    See Also