| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | FileType | Gets the POSIX type of the folder. |
![]() | FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasOwnerGroupID | Gets a Nullable boolean value indicating if the folder supports the POSIX owner gid. |
![]() | HasOwnerGroupName | Gets a boolean value indicating if the folder supports the owner group name. |
![]() | HasOwnerUserID | Gets a Nullable boolean value indicating if the folder supports the POSIX owner uid. |
![]() | HasOwnerUserName | Gets a boolean value indicating if the folder supports the owner user name. |
![]() | HasPermissions | Gets a Nullable boolean value indicating if the folder supports POSIX permissions. |
![]() | HostedFullName | Overridden. 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. |
![]() | HostFile | Gets an Xceed.FileSystem.AbstractFile containing an archived version of this Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | OwnerGroupID | Gets or sets the POSIX group ID that owns this folder. |
![]() | OwnerGroupName | Gets the group name that owns this folder. |
![]() | OwnerUserID | Gets or sets the POSIX UID that owns this folder. |
![]() | OwnerUserName | Gets the user name that owns this folder. |
![]() | ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Permissions | Gets or sets the POSIX permissions for this folder. |
![]() | RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Session | Gets the SFtpSession object that represents the session with an SSH server. |

