ProjectListclass

objectProjectList
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.ProjectList

Constructors1

Showing 1 constructors

Methods5

Showing 5 methods

public System.Collections.Generic.IEnumerable`1<Sandbox.Project> GetAll()PUBLIC

Returns:IEnumerable<Project>

public void Refresh()PUBLIC

Returns:void

public bool Remove(Sandbox.Project item)PUBLIC

Remove an item from the list. This doesn't save the changes.

ParameterTypeDescription
itemProject
Returns:bool

public void SaveList()PUBLIC

Returns:void

public Sandbox.Project TryAddFromFile(string path)PUBLIC

Tries to add a project from a file. Returns true if it was added, or already existed. Project list is saved if it was added.

ParameterTypeDescription
pathstring
Returns:Project

On this page