Click or drag to resize
BCAuditTrailerWriteRecord Method
Adds a record to the database and commits the changes.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void WriteRecord(
	string action,
	Object actionArg1 = null,
	Object actionArg2 = null,
	Object actionArg3 = null,
	string objectID = null,
	string objectName = null,
	string objectPath = null,
	string objectRevision = null
)

Parameters

action
Type: SystemString
The name of the action.
actionArg1 (Optional)
Type: SystemObject
The argument of the action.
actionArg2 (Optional)
Type: SystemObject
The argument of the action.
actionArg3 (Optional)
Type: SystemObject
The argument of the action.
objectID (Optional)
Type: SystemString
The value that uniquely identifies the audited object.
objectName (Optional)
Type: SystemString
The name of the audited object.
objectPath (Optional)
Type: SystemString
The path to the audited object.
objectRevision (Optional)
Type: SystemString
The revision number of the audited object.
See Also