StiRecentFileStructure Class
Namespace: Stimulsoft.Base.RecentFiles
Constructors
| Constructor | Description |
|---|---|
| StiRecentFileStructure() |
StiRecentFileStructure()
Properties
| Property | Type | Description |
|---|---|---|
| Levels | List |
|
| RootLevel | StiRecentFileStructureLevel | |
| Sort | StiRecentFileStructureSort |
Methods
| Method | Returns | Description |
|---|---|---|
| GotoFolder | bool | |
| MoveBack | void | |
| MoveTo | bool | |
| NewFolder | bool |
Method Details
GotoFolder
GotoFolder(path: string, errorMessage: string): bool
Parameters
- path (string)
- errorMessage (string)
Returns bool
MoveBack
MoveBack(): void
MoveTo
MoveTo(item: StiRecentFileStructureItem, errorMessage: string): bool
Parameters
- item (StiRecentFileStructureItem)
- errorMessage (string)
Returns bool
NewFolder
NewFolder(name: string, errorMessage: string): bool
Parameters
- name (string)
- errorMessage (string)
Returns bool
Fields
| Field | Type | Description |
|---|---|---|
| AllowLevelUp | bool | |
| CurrentLevel | StiRecentFileStructureLevel |