API ReferenceEditor
ProjectListclass
object→ProjectList
Constructors1
Showing 1 constructors
public ProjectList()
No results match this filter.
Methods5
Showing 5 methods
public System.Collections.Generic.IEnumerable`1<Sandbox.Project> GetAll()
public void Refresh()
Returns:
void—public bool Remove(Sandbox.Project item)
Remove an item from the list. This doesn't save the changes.
| Parameter | Type | Description |
|---|---|---|
| item | Project | — |
Returns:
bool—public void SaveList()
Returns:
void—No results match this filter.