Click or drag to resize
AttachmentInfo Constructor (DataRow)
Constructor of AttachmentInfo structure, creates a new AttachmentInfo object from the given DataRow data.

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

Parameters

dr
Type: System.DataDataRow
See Also