Click or drag to resize

JumboDirectory Class

Provides information about a directory on a file system accessible using a FileSystemClient.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
[SerializableAttribute]
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 methodEquals
Determines 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets 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