| All | All the assets that are being tracked by the asset system. Does not include deleted assets. |
| CanCloudInstall | Is this package type something we can install? |
| CompileResource | Compile a resource from text. |
| CreateEmbeddedAsset | Create an Asset from a serialized property. This is expected to be an embedded asset property. |
| CreateResource | Create an empty Sandbox.GameResource. |
| DeleteOrphans | Delete orphaned trivial children. These are things that are generated for usage by an asset, but aren't referenced by anything, so are useless. |
| FindByPath | Find an asset by path. |
| GetInstalledPackages | Get all packages in the download cache |
| GetInstalledRevision | Gets the locally installed package revision by ident |
| GetPackageFiles | |
| GetReferencedPackages | Get all packages, referenced by assets in the current project, in the download cache |
| InstallAsync | |
| IsCloudInstalled | Is this package installed in our cloud directory? |
| RegisterFile | If you just created an asset, you probably want to immediately register it |