Class Audit
- Namespace
- Dynamicweb.Auditing
- Assembly
- Dynamicweb.Core.dll
The Audit class.
- Inheritance
-
Audit
- Inherited Members
Constructors
Audit(string, string)
Creates an audit event based upon an object type and an object id.
Parameters
Audit(string, string, string)
Creates an audit event based upon an object type and an object id, and object sub id.
Parameters
Audit(string, string, string, string)
Creates an audit event based upon an object type and an object id, and an object sub id, and an object language id.
Parameters
type
stringThe object type
id
stringThe object id
subId
stringThe object sub id
languageId
stringThe object language id
Properties
Action
Gets or sets the type of audit event action.
Property Value
AutoId
Gets or sets the identifier.
Property Value
Id
Gets or sets the object id.
Property Value
LanguageId
Gets or sets the object language id.
Property Value
ObjectInformation
Property Value
Parent
Gets or sets the parent object.
Property Value
SubId
Gets or sets the object sub id.
Property Value
Timestamp
Gets or sets the audit event timestamp.
Property Value
Type
Gets or sets the object type.
Property Value
UserId
Gets or sets the user id which fire audit event.