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.111.0)
Syntaxpublic 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
)
Public Sub WriteRecord ( 
	action As String,
	Optional actionArg1 As Object = Nothing,
	Optional actionArg2 As Object = Nothing,
	Optional actionArg3 As Object = Nothing,
	Optional objectID As String = Nothing,
	Optional objectName As String = Nothing,
	Optional objectPath As String = Nothing,
	Optional objectRevision As String = Nothing
)
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