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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public JumboDirectory(
	string fullPath,
	string name,
	DateTime dateCreated,
	IEnumerable<JumboFileSystemEntry>? children
)

Parameters

fullPath  String
The full path or the directory.
name  String
The name of the directory.
dateCreated  DateTime
The date the directory was created.
children  IEnumerableJumboFileSystemEntry
The children of the directory. May be .
See Also