Class FileStorageDirectoryInfo
Inheritance
System.Object
FileStorageDirectoryInfo
Assembly: Eco.Core.dll
Syntax
public class FileStorageDirectoryInfo : Object
Constructors
FileStorageDirectoryInfo(String, DateTime, DateTime)
Declaration
public FileStorageDirectoryInfo(string name, DateTime creationTime, DateTime lastWriteTime)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.DateTime |
creationTime |
|
System.DateTime |
lastWriteTime |
|
Properties
CreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
LastWriteTime
Declaration
public DateTime LastWriteTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods