Click or drag to resize
DocumentAttachment Constructor (DataRow)
Initializes a new instance of the DocumentAttachment class with the specified attachment or attachment version data.

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

Parameters

dr
Type: System.DataDataRow
Data row
See Also