Class SoFileInfo
Inherited Members
Namespace: SuperOffice.IO.Files
Assembly: SoCore.dll
Syntax
public class SoFileInfo
Constructors
SoFileInfo(string, DateTimeOffset?, DateTimeOffset?)
Declaration
public SoFileInfo(string fullName, DateTimeOffset? created, DateTimeOffset? lastModified)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullName | |
| DateTimeOffset? | created | |
| DateTimeOffset? | lastModified |
Properties
Created
Declaration
public DateTimeOffset? Created { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
FullName
Declaration
public string FullName { get; }
Property Value
| Type | Description |
|---|---|
| string |
LastModified
Declaration
public DateTimeOffset? LastModified { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |