Initializes a new instance of the AssetLink class

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

Syntax

C#
public AssetLink(
	string fileName,
	string ext,
	string url
)
Visual Basic
Public Sub New ( _
	fileName As String, _
	ext As String, _
	url As String _
)
Visual C++
public:
AssetLink(
	String^ fileName, 
	String^ ext, 
	String^ url
)

Parameters

fileName
Type: System..::..String
ext
Type: System..::..String
url
Type: System..::..String

See Also