Click or drag to resize

AuditedEntity Constructor (DateTime, String)

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,
	string createdBy
)

Parameters

created
Type: SystemDateTime
createdBy
Type: SystemString
See Also