Click or drag to resize

JumboDirectory Class

Provides information about a directory on a file system accessible using a FileSystemClient.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Dfs.FileSystemJumboFileSystemEntry
    Ookii.Jumbo.Dfs.FileSystemJumboDirectory

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class JumboDirectory : JumboFileSystemEntry

The JumboDirectory type exposes the following members.

Constructors
 NameDescription
Public methodJumboDirectory Initializes a new instance of the JumboDirectory class.
Top
Properties
 NameDescription
Public propertyChildren Gets the files and directories contained in this directory.
Public propertyDateCreated Gets the date and time the file system entry was created.
(Inherited from JumboFileSystemEntry)
Public propertyFullPath Gets the absolute path to the file system entry.
(Inherited from JumboFileSystemEntry)
Public propertyName Gets the name of the file system entry.
(Inherited from JumboFileSystemEntry)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFromDirectoryInfo(DirectoryInfo, String) Creates a JumboDirectory instance for a local directory from a DirectoryInfo.
Public methodStatic memberFromDirectoryInfo(DirectoryInfo, String, Boolean) Creates a JumboDirectory instance for a local directory from a DirectoryInfo.
Public methodGetChild Gets the child with the specified name.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPrintListing Prints a listing of the directory.
Public methodToString Gets a string representation of this directory.
(Overrides ObjectToString)
Top
See Also