Class RecentItem
A recent item value.
Inherited Members
Namespace: Gorgon.Editor.ProjectData
Assembly: Gorgon.Editor.API.dll
Syntax
public class RecentItem
Properties
| Edit this page View SourceFilePath
Property to set or return the file path.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUsedDate
Property to set or return the last time the file was used.
Declaration
public DateTime LastUsedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |