Initializes a new instance of the C1LinkTargetFile class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1LinkTargetFile(
	string fileName,
	string command
)
Visual Basic
Public Sub New ( _
	fileName As String, _
	command As String _
)

Parameters

fileName
Type: System..::..String
The name of the file to execute on hyperlink jump (can be a document, URL etc.).
command
Type: System..::..String
The shell command to execute (see Command for details).

See Also