Click or drag to resize
DocumentAttachmentCollectionCreateNewObject Method
Creates new instance of the encapsulated object.

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

Parameters

dr
Type: System.DataDataRow
DataRow with the data

Return Value

Type: DocumentAttachment
See Also