Click or drag to resize

JumboFileSystemEntry Constructor

Initializes a new instance of the JumboFileSystemEntry class.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
protected JumboFileSystemEntry(
	string fullPath,
	string name,
	DateTime dateCreated
)

Parameters

fullPath
Type: SystemString
The full path.
name
Type: SystemString
The name.
dateCreated
Type: SystemDateTime
The date the entry was created.
See Also