Click or drag to resize

AuditedEntity Constructor (DateTime, DateTime)

Initializes a new instance of the AuditedEntity class

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public AuditedEntity(
	DateTime created,
	DateTime updated
)

Parameters

created
Type: SystemDateTime
updated
Type: SystemDateTime
See Also