Add Custom Messages to Audit trail

Namespace: T.Modules.Alarm
Assembly: T.Modules (in T.Modules.dll)

Public Sub AddCustomMessage( _ 
ByVal message As String, _ 
ByVal areaName As String, _ 
ByVal objectName As String, _ 
ByVal value As String, _ 
ByVal itemName As String, _ 
ByVal auxValue As String, _ 
ByVal comments As String
)
This language is not supported or no code example is available.
public void AddCustomMessage( 
string message
string areaName
string objectName
string value
string itemName
string auxValue
string comments 
)
This language is not supported or no code example is available.

Parameters

message
Type: string

Message to be added to Audit trail

areaName
Type: string

Area related with this custom message

objectName
Type: string

Object related with this custom message

value
Type: string

Object Value related with this custom message

itemName
Type: string

Item name

auxValue
Type: string

Auxiliar value

comments
Type: string

Comments

.NET Framework

Supported in: 4.6.2, 4.7