API ReferenceEditor
CloudAssetclass
object→CloudAsset
Constructors1
Showing 1 constructors
public CloudAsset()
No results match this filter.
Methods4
Showing 4 methods
public static System.Collections.Generic.HashSet`1<string> GetAssetReferences(bool currentProjectOnly)
Gets all cloud packages referenced from assets
| Parameter | Type | Description |
|---|---|---|
| currentProjectOnly | bool | — |
Returns:
HashSet<string>—public static System.Threading.Tasks.Task InstallSingle(string ident)
Install a cloud asset by ident
| Parameter | Type | Description |
|---|---|---|
| ident | string | — |
Returns:
Task—No results match this filter.