[]
Initializes a new instance of the C1LinkTargetFile class.
public C1LinkTargetFile()
Public Sub New()
Initializes a new instance of the C1LinkTargetFile class.
public C1LinkTargetFile(string fileName)
Public Sub New(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The name of the file to execute on hyperlink jump (can be a document, URL etc.). |
Initializes a new instance of the C1LinkTargetFile class.
public C1LinkTargetFile(string fileName, string command)
Public Sub New(fileName As String, command As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The name of the file to execute on hyperlink jump (can be a document, URL etc.). |
| string | command | The shell command to execute (see Command for details). |
Initializes a new instance of the C1LinkTargetFile class.
public C1LinkTargetFile(string fileName, string command, string parameters, string directory)
Public Sub New(fileName As String, command As String, parameters As String, directory As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The name of the file to execute on hyperlink jump (can be a document, URL etc.). |
| string | command | The shell command to execute (see Command for details). |
| string | parameters | The command parameters. |
| string | directory | The directory where the command is executed. |