# assetList

> The result of some types of tasks.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.VersionControl](/engine/6000.6/script-reference/unityeditor/versioncontrol.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public AssetList assetList { get; }
```

### Remarks

Most task perform an action and returns the result as list of version control informations about assets, e.g. a Status task will return the result in this list.
