EAPAuditMessageEventArgs Constructor (String, Char) |
Constructs the EAPAuditMessageEventArgs object with just message and custom audit type.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EAPAuditMessageEventArgs(
string messageHtml,
char auditType
)
Public Sub New (
messageHtml As String,
auditType As Char
)
Parameters
- messageHtml
- Type: SystemString
The audit message HTML. - auditType
- Type: SystemChar
The type of audit entry. The where I=Insert, U=Update, D=Delete, and M=Message (by default).
See Also