[]
Initializes a new instance of the C1LinkTargetFile class.
public C1LinkTargetFile()
Initializes a new instance of the C1LinkTargetFile class.
public C1LinkTargetFile(string fileName)
| 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)
| 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)
| 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. |