# Editor.ProjectList

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`

## Constructors

- [`ProjectList`](/api/Editor.ProjectList/.ctor)

## Methods

- [`GetAll`](/api/Editor.ProjectList/GetAll)
- [`Refresh`](/api/Editor.ProjectList/Refresh)
- [`Remove`](/api/Editor.ProjectList/Remove): Remove an item from the list. This doesn't save the changes.
- [`SaveList`](/api/Editor.ProjectList/SaveList)
- [`TryAddFromFile`](/api/Editor.ProjectList/TryAddFromFile): Tries to add a project from a file. Returns the project, or the existing entry if it was already in the list, or null if it didn't load. Doesn't save the list - call SaveList.
