GetAssetObjectList

GetAssetObjectList<TAssetObject>(int)

public IList<TAssetObject> GetAssetObjectList<TAssetObject>(int id) ;

Description

Get the value of the AssetObjectList type.

Type Parameters

Type Parameter Name Description Type Constraints
TAssetObject Type of AssetObject to get
  • Object

Parameters

Parameter Name Description
id ID.

Returns

The value of the parameter. If there is no parameter, it returns null.

GetAssetObjectList<TAssetObject>(string)

public IList<TAssetObject> GetAssetObjectList<TAssetObject>(string name) ;

Description

Get the value of the AssetObjectList type.

Type Parameters

Type Parameter Name Description Type Constraints
TAssetObject Type of AssetObject to get
  • Object

Parameters

Parameter Name Description
name Name.

Returns

The value of the parameter. If there is no parameter, it returns null.