Click or drag to resize

IgnitionConfigurationSetFlashpointConnectionInformation Method

Configures Ignition to use the specified Flashpoint connection information, rather than using the default source of the web/app.config file.

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IgnitionConfiguration SetFlashpointConnectionInformation(
	string flashpointUrl,
	string apiToken
)

Parameters

flashpointUrl  String
The URL of the Flashpoint instance to connect to. Should match format of the URL used to access iWeb for the appropriate netFORUM instance, but with the iWeb at the end replaced with flashpoint
apiToken  String
A Flashpoint API token used to authenticate this application to Flashpoint. This token should have been provided to you when Flashpoint was installed in your environment. If you have lost, or never received it, contact Flashpoint Support at http://flashpointsupport.catalystfire.com for a new API token.

Return Value

IgnitionConfiguration
Remarks
Your application should dynamically determine the parameters to pass, by loading them from an environment-specific location. This ensures that, for example, the Test instance of your application points to the Test instance of Flashpoint.
See Also