BCServer ChangeEnableAudit Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Enables/disables the audit trailing for the specified data store.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public void ChangeEnableAudit(
	string dataStoreName,
	bool enabled,
	string connectionString,
	string tableName = null
)

Parameters

dataStoreName
Type: OnlineSystem String
The name of the data store.
enabled
Type: OnlineSystem Boolean
A value indicating whether audit trailing is enabled.
connectionString
Type: OnlineSystem String
The connection string to the AuditTrail database.
tableName (Optional)
Type: OnlineSystem String
The name of the audit table of the AuditTrail database. If   or an empty string, the default name is used.
See Also