Initializes a new instance of the AssetResult class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public AssetResult(
	string assetBinaryID,
	IAssetSystemManager assetMgr
)
Visual Basic
Public Sub New ( _
	assetBinaryID As String, _
	assetMgr As IAssetSystemManager _
)
Visual C++
public:
AssetResult(
	String^ assetBinaryID, 
	IAssetSystemManager^ assetMgr
)

Parameters

assetBinaryID
Type: System..::..String
assetMgr
Type: Cartella.Interfaces..::..IAssetSystemManager

See Also