Click or drag to resize

AuditDetail Constructor

Initializes a new instance of the AuditDetail class

Namespace:  Dynamicweb.Auditing
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public AuditDetail(
	string key,
	string value1,
	string value2,
	string description
)

Parameters

key
Type: SystemString
value1
Type: SystemString
value2
Type: SystemString
description
Type: SystemString
See Also