Click or drag to resize

JumboDirectory Constructor

Initializes a new instance of the JumboDirectory class.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public JumboDirectory(
	string fullPath,
	string name,
	DateTime dateCreated,
	IEnumerable<JumboFileSystemEntry> children
)

Parameters

fullPath
Type: SystemString
The full path or the directory.
name
Type: SystemString
The name of the directory.
dateCreated
Type: SystemDateTime
The date the directory was created.
children
Type: System.Collections.GenericIEnumerableJumboFileSystemEntry
The children of the directory. May be .
See Also