Click or drag to resize
AttachmentHistoryInfo Constructor (DataRow)
Constructor - Creates the AttachmentHistory object from the given DataRow data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public AttachmentHistoryInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Datarow with the workflow info data
See Also