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.ConfigurationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IgnitionConfiguration SetFlashpointConnectionInformation(
string flashpointUrl,
string apiToken
)
Public Function SetFlashpointConnectionInformation (
flashpointUrl As String,
apiToken As String
) As IgnitionConfiguration
public:
IgnitionConfiguration^ SetFlashpointConnectionInformation(
String^ flashpointUrl,
String^ apiToken
)
member SetFlashpointConnectionInformation :
flashpointUrl : string *
apiToken : string -> IgnitionConfiguration
- 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.
IgnitionConfiguration
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.