[]
        
(Showing Draft Content)

C1.Document.C1LinkTargetFile.-ctor

C1LinkTargetFile Constructor

C1LinkTargetFile(string)

Initializes a new instance of the C1LinkTargetFile class.

Declaration
public C1LinkTargetFile(string fileName)
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)
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)
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.