SetAssetObjectList
SetAssetObjectList<TAssetObject>(string, IList<TAssetObject>)
public bool SetAssetObjectList<TAssetObject>(string name, IList<TAssetObject> value) ;
Description
It wants to set the value of the AssetObjectList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TAssetObject | Type of AssetObject to set |
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
SetAssetObjectList<TAssetObject>(int, IList<TAssetObject>)
public bool SetAssetObjectList<TAssetObject>(int id, IList<TAssetObject> value) ;
Description
It wants to set the value of the AssetObjectList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TAssetObject | Type of AssetObject to set |
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.