| JumboFileSystemEntry Constructor |
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
)
Protected Sub New (
fullPath As String,
name As String,
dateCreated As DateTime
)
protected:
JumboFileSystemEntry(
String^ fullPath,
String^ name,
DateTime dateCreated
)
new :
fullPath : string *
name : string *
dateCreated : DateTime -> JumboFileSystemEntry
Parameters
- fullPath
- Type: SystemString
The full path. - name
- Type: SystemString
The name. - dateCreated
- Type: SystemDateTime
The date the entry was created.
See Also