| AuditDetail Constructor |
Namespace:
Dynamicweb.Auditing
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public AuditDetail(
string key,
string value1,
string value2,
string description
)
Public Sub New (
key As String,
value1 As String,
value2 As String,
description As String
)
Parameters
- key
- Type: SystemString
- value1
- Type: SystemString
- value2
- Type: SystemString
- description
- Type: SystemString
See Also