IgnitionConfigurationSetNetForumAddChangeUser(String) Method

Sets the username to be placed in the "xxx_add_user" and/or "xxx_change_user" fields when NetFORUM data is added/changed by Ignition.

Definition

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IgnitionConfiguration SetNetForumAddChangeUser(
	string addChangeUser
)

Parameters

addChangeUser  String
A name which Ignition will use every time it needs to write an add/change user to the database

Return Value

IgnitionConfiguration

Remarks

The add/change user must be no longer than 64 characters long. The add/change user must include only standard ASCII characters.

See Also