Initializes a new instance of the C1LinkTargetFile class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public C1LinkTargetFile( string fileName, string command, string parameters, string directory ) |
Visual Basic |
---|
Public Sub New ( _ fileName As String, _ command As String, _ parameters As String, _ directory 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).
- parameters
- Type: System..::..String
The command parameters.
- directory
- Type: System..::..String
The directory where the command is executed.