CitrixVirtualUserScript LoadIcaFile Method (String)C# API
Load a Citrix ICA file from disk.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void LoadIcaFile(
	string icaFile
)

Parameters

icaFile
Type: System String
The pathname of the ICA file.
Remarks

Loads an ICA file containing Citrix environment settings. If a relative path is supplied, the path is relative to the data folder.
See Also