[]
        
(Showing Draft Content)

C1.C1Preview.C1LinkTargetFile.-ctor

C1LinkTargetFile Constructor

C1LinkTargetFile()

Initializes a new instance of the C1LinkTargetFile class.

Declaration
public C1LinkTargetFile()
Public Sub New()

C1LinkTargetFile(string)

Initializes a new instance of the C1LinkTargetFile class.

Declaration
public C1LinkTargetFile(string fileName)
Public Sub New(fileName As String)
Parameters
Type Name Description
string fileName

The name of the file to execute on hyperlink jump (can be a document, URL etc.).

C1LinkTargetFile(string, string)

Initializes a new instance of the C1LinkTargetFile class.

Declaration
public C1LinkTargetFile(string fileName, string command)
Public Sub New(fileName As String, command As String)
Parameters
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).

C1LinkTargetFile(string, string, string, string)

Initializes a new instance of the C1LinkTargetFile class.

Declaration
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)
Parameters
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.